diff options
Diffstat (limited to 'apps/website/src/layouts/Layout.astro')
-rw-r--r-- | apps/website/src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index 2658006..a06cdd2 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -39,8 +39,8 @@ const { <main class="min-h-screen h-auto flex flex-col gap-40" id="fullpage"> <slot/> - <Footer/> </main> + <Footer/> </body> </html> |