diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ae5293..5fa92be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -48,8 +48,8 @@ export default async function RootLayout({ disableTransitionOnChange > -
-
+
+
{session && ( }> diff --git a/src/app/page.tsx b/src/app/page.tsx index 00fdb59..6de5b21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ const Home: React.FC = async () => { return (
-
+

Welcome to the{" "} diff --git a/src/components/additional-buttons-homepage.tsx b/src/components/additional-buttons-homepage.tsx index 52b11ac..9dd0fa0 100644 --- a/src/components/additional-buttons-homepage.tsx +++ b/src/components/additional-buttons-homepage.tsx @@ -9,7 +9,7 @@ import { signIn } from "next-auth/react"; const Buttons = ({ session }: { session: Session | null }) => { return (
-
+