aboutsummaryrefslogtreecommitdiff
path: root/web/src/pages
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-09-17 19:52:47 +0200
committerLinnea Gräf <nea@nea.moe>2025-09-17 19:52:47 +0200
commitb1df082dc97720a0cc2f5e92c7991fd50f08a0bc (patch)
tree6bfbdcb9ebb3d86246f2100653c16f06aebe15fb /web/src/pages
parent08f7ba0d73400f929156d7fb48f231832827443c (diff)
downloadFirmament-b1df082dc97720a0cc2f5e92c7991fd50f08a0bc.tar.gz
Firmament-b1df082dc97720a0cc2f5e92c7991fd50f08a0bc.tar.bz2
Firmament-b1df082dc97720a0cc2f5e92c7991fd50f08a0bc.zip
feat(web): update website components
Diffstat (limited to 'web/src/pages')
-rw-r--r--web/src/pages/docs/texture-pack-format.astro1
-rw-r--r--web/src/pages/index.astro2
-rw-r--r--web/src/pages/texture-packs.astro1
3 files changed, 1 insertions, 3 deletions
diff --git a/web/src/pages/docs/texture-pack-format.astro b/web/src/pages/docs/texture-pack-format.astro
index 0714aea..ed14cde 100644
--- a/web/src/pages/docs/texture-pack-format.astro
+++ b/web/src/pages/docs/texture-pack-format.astro
@@ -6,7 +6,6 @@ import MarkDown from './_texture-pack-format.md';
---
<Base title="Firmament Texture Packs">
- <NavBar></NavBar>
<Content>
<MarkDown/>
</Content>
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>
diff --git a/web/src/pages/texture-packs.astro b/web/src/pages/texture-packs.astro
index ee511f9..0f34157 100644
--- a/web/src/pages/texture-packs.astro
+++ b/web/src/pages/texture-packs.astro
@@ -4,6 +4,5 @@ import NavBar from "../components/NavBar.astro";
---
<Base title="Firmament Texture Packs">
- <NavBar></NavBar>
</Base>