From 70aa57a1531210444ca35c644861b8085455387d Mon Sep 17 00:00:00 2001 From: jonaschlegel Date: Fri, 4 Oct 2024 12:59:34 +0200 Subject: [PATCH] Fix nav cv issue --- app/data/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/content.ts b/app/data/content.ts index 761a8ea..a9f606f 100644 --- a/app/data/content.ts +++ b/app/data/content.ts @@ -22,7 +22,7 @@ import webDevelopment from '../images/services/web-development.png'; export const navLinks = [ { name: 'Featured Projects', href: '/#project' }, { name: 'Services', href: '/#service' }, - { name: 'CV', href: 'cv' }, + { name: 'CV', href: '/#cv' }, ] as const; export const heroSectionData = {