From 3d1ba5cfce5672418c308d6a41545e55934fe849 Mon Sep 17 00:00:00 2001 From: Ioan Cristian CHELARU Date: Sun, 2 Jun 2024 09:47:54 +0300 Subject: [PATCH] removed annoying icon on topic card Signed-off-by: Ioan Cristian CHELARU --- app/components/topic_card.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/topic_card.tsx b/app/components/topic_card.tsx index 4e3536a..3de11e5 100644 --- a/app/components/topic_card.tsx +++ b/app/components/topic_card.tsx @@ -21,13 +21,15 @@ const TopicCard = ({ title, children, link }: { title: string, children: any, li {children}

-
+
- Begin