summaryrefslogtreecommitdiff
path: root/website/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/components')
-rw-r--r--website/src/components/Navbar.astro3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index 479f8b5..eeb67f2 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -12,5 +12,8 @@
<li>
<a href="/links">Links</a>
</li>
+ <li>
+ <a href="/cv">CV</a>
+ </li>
</ul>
</nav>