From fbf37f1ea879d733bf4d715377f9c9852b28aee8 Mon Sep 17 00:00:00 2001 From: Matrix Dev Date: Fri, 16 May 2025 18:00:28 +0530 Subject: [PATCH] Removed character limit --- resources/views/static/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index 4808fc1ee..c876260e8 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -102,7 +102,7 @@ class="text-[#1C4DA1] text-[30px] md:text-[60px] leading-9 md:leading-[72px] fon

- {{ mb_substr(strip_tags(__(''.$activity['description'])), 0, 200) }} + {{ strip_tags(__(''.$activity['description'])) }}