summaryrefslogtreecommitdiffstats
path: root/src/config/nav.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/nav.ts')
-rw-r--r--src/config/nav.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/nav.ts b/src/config/nav.ts
index 9e715e5..ff69a78 100644
--- a/src/config/nav.ts
+++ b/src/config/nav.ts
@@ -4,6 +4,7 @@ import { NavItem } from '@ts/types/nav';
export const mainNav: NavItem[] = [
{ id: 'home', name: t`Home`, slug: '/' },
{ id: 'blog', name: t`Blog`, slug: '/blog' },
+ { id: 'projects', name: t`Projects`, slug: '/projets' },
{ id: 'cv', name: t`Resume`, slug: '/cv' },
{ id: 'contact', name: t`Contact`, slug: '/contact' },
];