summaryrefslogtreecommitdiff
path: root/website/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/components')
-rw-r--r--website/src/components/Navbar.astro12
1 files changed, 6 insertions, 6 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index bae661b..c94944a 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -2,12 +2,12 @@
---
<nav>
- <li>
- <ul>
+ <ul>
+ <li>
<a href="/">Home</a>
- </ul>
- <ul>
+ </li>
+ <li>
<a href="/blog">Blog</a>
- </ul>
- </li>
+ </li>
+ </ul>
</nav>