change work to projects

This commit is contained in:
2024-08-23 21:01:26 -05:00
parent b8efef1a00
commit f6c05b8a0c
10 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import type { iconPaths } from './IconPaths';
const textLinks: { label: string; href: string }[] = [
{ label: 'Home', href: '/' },
{ label: 'Work', href: '/work/' },
{ label: 'Projects', href: '/projects/' },
{ label: 'About', href: '/about/' },
];