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
href="/api/rss"
className="flex items-center gap-2"

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",