diff options
Diffstat (limited to 'web/src/app/page.js')
| -rw-r--r-- | web/src/app/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/app/page.js b/web/src/app/page.js index 1890f99..65b3dda 100644 --- a/web/src/app/page.js +++ b/web/src/app/page.js @@ -7,7 +7,7 @@ export default async function Home() { if (session) redirect("/dashboard"); return ( <> - <main> + <main className="flex justify-center items-center h-screen"> <SignIn /> </main> </> |
