summaryrefslogtreecommitdiff
path: root/website/src/components/Navbar.astro
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-01-28 18:06:47 +0000
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-01-28 18:06:47 +0000
commit17aa658fb8b86a5caf3d3608f7871e43d09be55a (patch)
treea2e28beceea0b2ddaf32d617805c0d78708d8bb6 /website/src/components/Navbar.astro
parent50e352e438bd6e3bdee320b1ddb2de0fd91be57e (diff)
Removes CV
Diffstat (limited to 'website/src/components/Navbar.astro')
-rw-r--r--website/src/components/Navbar.astro3
1 files changed, 0 insertions, 3 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index eeb67f2..479f8b5 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -12,8 +12,5 @@
<li>
<a href="/links">Links</a>
</li>
- <li>
- <a href="/cv">CV</a>
- </li>
</ul>
</nav>