diff --git a/app/(app)/page.tsx b/app/(app)/page.tsx index 01b7641a..b08160e0 100644 --- a/app/(app)/page.tsx +++ b/app/(app)/page.tsx @@ -17,26 +17,28 @@ const Home = async () => { <>
-
-
-

- Sign up today to become a - writer and get a free{" "} - invite to our Discord community. -

-
- - Get started - - - Learn more - + {session == null && ( +
+
+

+ Sign up today to become + a writer and get a free{" "} + invite to our Discord community. +

+
+ + Get started + + + Learn more + +
-
-
+ + )}