From f957dfff4af99e0c1a48088f1f37807b85dd81b1 Mon Sep 17 00:00:00 2001 From: LordCheta Date: Wed, 23 Oct 2024 18:32:52 +0100 Subject: [PATCH] fix: make title text on communities card in my collective page render appropraitely --- src/app/user/Communities/CommunityCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/user/Communities/CommunityCard.tsx b/src/app/user/Communities/CommunityCard.tsx index 1a8dba68..eed366aa 100644 --- a/src/app/user/Communities/CommunityCard.tsx +++ b/src/app/user/Communities/CommunityCard.tsx @@ -16,7 +16,7 @@ export const CommunityCard: FC = ({ img, title, description, height={300} /> {/* community title */} - + {title} {/* description */}