diff --git a/src/app/auth/login/page.tsx b/src/app/auth/login/page.tsx index 54ef1ab..799f21d 100644 --- a/src/app/auth/login/page.tsx +++ b/src/app/auth/login/page.tsx @@ -7,7 +7,7 @@ const LoginPage = () => { return (
-
+

Toogether

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a466eed..cfc489b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}