mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 06:38:03 -05:00
feat: remove links for nav (#497)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user