mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
feat: remove links for nav (#497)
This commit is contained in:
@@ -150,7 +150,6 @@ export function SiteFooter() {
|
||||
}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
href="/api/rss"
|
||||
className="flex items-center gap-2"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user