feat: remove links for nav (#497)

This commit is contained in:
Kalidou Diagne
2025-07-09 17:27:15 +02:00
committed by GitHub
parent 81e3992aa0
commit cea8b0a795
2 changed files with 4 additions and 1 deletions

View File

@@ -150,7 +150,6 @@ export function SiteFooter() {
} }
/> />
</Link> </Link>
<Link <Link
href="/api/rss" href="/api/rss"
className="flex items-center gap-2" className="flex items-center gap-2"

View File

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