aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/nav.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-13 22:52:24 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-13 22:52:24 +0100
commite8a61bd7e49bf2a24fa1905a45e83380056a7368 (patch)
tree52f4552b5cb90717e8caf3e674f0cfaf245ec26f /src/config/nav.ts
parentaec575c3b5797069e4964cfafa26e3de3b92f99e (diff)
chore: add footer nav
Diffstat (limited to 'src/config/nav.ts')
-rw-r--r--src/config/nav.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/nav.ts b/src/config/nav.ts
index de60369..9e715e5 100644
--- a/src/config/nav.ts
+++ b/src/config/nav.ts
@@ -7,3 +7,7 @@ export const mainNav: NavItem[] = [
{ id: 'cv', name: t`Resume`, slug: '/cv' },
{ id: 'contact', name: t`Contact`, slug: '/contact' },
];
+
+export const footerNav: NavItem[] = [
+ { id: 'legal-notice', name: t`Legal notice`, slug: '/mentions-legales' },
+];