mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Login/Logout/Forgor flows
This commit is contained in:
parent
5d04693a09
commit
af4c629047
18 changed files with 298 additions and 129 deletions
|
|
@ -25,10 +25,10 @@ import 'styles/global.css'
|
|||
</head>
|
||||
<body class='flex flex-col min-h-full m-0 color-'>
|
||||
<Header />
|
||||
<main class='flex-1'>
|
||||
<main class='flex-1 bg-soc-green'>
|
||||
<Toaster client:only='react' toastOptions={{ duration: 6000 }} />
|
||||
<slot />
|
||||
</main>
|
||||
<footer>This is the footer</footer>
|
||||
<footer class='bg-soc-green'>This is the footer</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue