feat: remove links for nav

This commit is contained in:
Kalidou Diagne
2025-07-09 17:26:46 +02:00
parent 81e3992aa0
commit eb0351fc43
2 changed files with 4 additions and 1 deletions

View File

@@ -8,11 +8,13 @@ export function useAppSettings() {
href: "/",
onlyMobile: true,
},
/*
{
title: "Devcon 7",
href: "/devcon-7",
onlyFooter: true,
},
*/
{
title: LABELS.COMMON.MENU.PROJECTS,
href: "/projects",
@@ -32,10 +34,12 @@ export function useAppSettings() {
title: LABELS.COMMON.MENU.ABOUT,
href: "/about",
},
/*
{
title: LABELS.COMMON.MENU.RESOURCES,
href: "/resources",
},
*/
{
title: LABELS.COMMON.MENU.BLOG,
href: "/blog",