[TASK] add 'fancy' login
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<Header />
|
||||
{/if}
|
||||
|
||||
<main class="flex min-h-screen {isLoggedIn ? 'items-center' : 'items-start'} justify-center px-4 py-12 sm:px-6 lg:px-8">
|
||||
<main class="flex min-h-screen {isLoggedIn ? 'items-start' : 'items-center'} justify-center px-4 py-12 sm:px-6 lg:px-8">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user