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