diff --git a/src/components/Topic/Card.tsx b/src/components/Topic/Card.tsx
index 0b153cbe..d8fbff48 100644
--- a/src/components/Topic/Card.tsx
+++ b/src/components/Topic/Card.tsx
@@ -50,7 +50,7 @@ export const TopicCard = (props: TopicProps) => {
[styles.topicInRow]: props.isTopicInRow
}}
>
-
+
{capitalize(props.topic.title || '')}
diff --git a/src/components/Views/AllAuthors.tsx b/src/components/Views/AllAuthors.tsx
index 99fedb64..1d0ba7bb 100644
--- a/src/components/Views/AllAuthors.tsx
+++ b/src/components/Views/AllAuthors.tsx
@@ -111,10 +111,12 @@ export const AllAuthorsView = (props: Props) => {
)}
limit()}>
-
diff --git a/src/components/Views/AllTopics.tsx b/src/components/Views/AllTopics.tsx
index d94461f4..8161dfc5 100644
--- a/src/components/Views/AllTopics.tsx
+++ b/src/components/Views/AllTopics.tsx
@@ -63,15 +63,11 @@ export const AllTopicsView = (props: AllTopicsViewProps) => {
0}>