diff options
Diffstat (limited to 'web/src/pages/index.astro')
-rw-r--r-- | web/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro index 4baa867..f8c789f 100644 --- a/web/src/pages/index.astro +++ b/web/src/pages/index.astro @@ -6,7 +6,7 @@ import NavBar from "../components/NavBar.astro"; import Content from "../layouts/Content.astro"; --- -<Base title="Firmament"> +<Base title="Firmament" navbar={false}> <Hero image={Image} alt="A panorama shot of the HyPixel SkyBlock hub"> <h1 class="text-4xl font-bold leading-tight mb-4">Firmament</h1> <p class="text-lg text-gray-300 mb-8">Hypixel SkyBlock Utility Mod</p> |