diff --git a/src/components/Views/AllTopics/AllTopics.tsx b/src/components/Views/AllTopics/AllTopics.tsx index 4e8218c0..2754054e 100644 --- a/src/components/Views/AllTopics/AllTopics.tsx +++ b/src/components/Views/AllTopics/AllTopics.tsx @@ -121,14 +121,14 @@ export const AllTopics = (props: Props) => {
- {(topic) => ( -
- {topic.title || topic.slug} - - {topic.stat?.shouts || 0} - -
- )} + {(topic) => ( +
+ {topic.title || topic.slug} + + {topic.stat?.shouts || 0} + +
+ )}
@@ -159,7 +159,6 @@ export const AllTopics = (props: Props) => { - diff --git a/src/routes/topic/(all-topics).tsx b/src/routes/topic/(all-topics).tsx index cfe109ae..e89ad49e 100644 --- a/src/routes/topic/(all-topics).tsx +++ b/src/routes/topic/(all-topics).tsx @@ -25,7 +25,7 @@ export default (props: RouteSectionProps<{ topics: Topic[] }>) => {