aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/layouts
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-07 14:06:40 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-07 14:06:40 +0100
commitb5e0f464afff6f58b3ac40c9aa5859dfd326bab5 (patch)
tree0bf364ba9a794ef798591abe50bcc4de3c72e20d /apps/website/src/layouts
parent9e95047521bd886e3104532712eb929d2e475c6d (diff)
downloadNexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.gz
Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.bz2
Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.zip
TOS + Privacy
Diffstat (limited to 'apps/website/src/layouts')
-rw-r--r--apps/website/src/layouts/Layout.astro5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro
index 6f34d9c..a14bc65 100644
--- a/apps/website/src/layouts/Layout.astro
+++ b/apps/website/src/layouts/Layout.astro
@@ -38,11 +38,10 @@ const {
<body class="bg-gray-50 overflow-x-hidden">
- <main class="min-h-screen h-auto flex flex-col gap-40" >
- <Navbar />
+ <Navbar />
+ <main class="min-h-screen h-auto flex flex-col gap-40" >
<slot/>
-
<Footer />
</main>