Skip to content

Commit

Permalink
Fix nav cv issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Oct 4, 2024
1 parent 3ab8287 commit 70aa57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 70aa57a

Please sign in to comment.