summaryrefslogtreecommitdiff
path: root/website/src/components/Navbar.astro
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-18 13:18:45 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-18 13:18:45 +0100
commitf14e6e072fbdc8785af1c48f5a2f38c1e7cd8e6b (patch)
tree1d08fc03b744e16b72eea2db03b795d0ffdb08bd /website/src/components/Navbar.astro
parent541a6a5e23276cc815c6ad76c97637fd890dfe95 (diff)
parent7504e85d8e13a447ede38919359e632670174bac (diff)
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/components/Navbar.astro')
-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>