aboutsummaryrefslogtreecommitdiff
path: root/src/components/Navbar.astro
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-02 01:35:01 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-02 01:35:01 -0500
commit9735f3bd1d8f823402814116464f1e3ae344e3e9 (patch)
tree757686863b5a04ce45688896af48236e3aa0ad27 /src/components/Navbar.astro
parenta0485ad26353a08562c13c14ea9de73fd705f9de (diff)
downloadpersonal-website-9735f3bd1d8f823402814116464f1e3ae344e3e9.tar.gz
personal-website-9735f3bd1d8f823402814116464f1e3ae344e3e9.tar.bz2
personal-website-9735f3bd1d8f823402814116464f1e3ae344e3e9.zip
Starting to take shape
Diffstat (limited to 'src/components/Navbar.astro')
-rw-r--r--src/components/Navbar.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 6cf958a..17da17d 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -3,7 +3,7 @@ import "./Navbar.css"
---
<nav>
<ul>
- <li>Home</li>
- <li>Projects</li>
+ <li><a href="#">Home</a></li>
+ <li><a href="#">Projects</a></li>
</ul>
</nav>