diff --git a/client/src/components/Home.tsx b/client/src/components/Home.tsx index fb1672d..c56666b 100644 --- a/client/src/components/Home.tsx +++ b/client/src/components/Home.tsx @@ -72,10 +72,10 @@ const Home = () => { return (
{/* {inBrowser && setInBrowser(false)} />} */} -
+
-
+
{filteredAndSortedEvents.map((event) => ( -
{children}
+
+
{children}
); } diff --git a/client/src/components/PostCard/NewThreadCard.tsx b/client/src/components/PostCard/NewThreadCard.tsx index f89b85d..f23e0cf 100644 --- a/client/src/components/PostCard/NewThreadCard.tsx +++ b/client/src/components/PostCard/NewThreadCard.tsx @@ -118,7 +118,7 @@ const NewThreadCard: React.FC = () => { > Start a New Thread
-
+