mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
feat: temp hide things (#496)
This commit is contained in:
@@ -96,25 +96,6 @@ export function SiteFooter() {
|
||||
>
|
||||
<ItemLabel label={LABELS.COMMON.MENU.JOBS} external />
|
||||
</Link>
|
||||
<Link
|
||||
href={siteConfig.links.report}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="flex items-center gap-2"
|
||||
>
|
||||
<ItemLabel label={LABELS.COMMON.MENU.REPORT} external />
|
||||
</Link>
|
||||
<Link
|
||||
href={siteConfig.links.firstGoodIssue}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="flex items-center gap-2"
|
||||
>
|
||||
<ItemLabel
|
||||
label={LABELS.COMMON.MENU.FIRST_GOOD_ISSUE}
|
||||
external
|
||||
/>
|
||||
</Link>
|
||||
</LinksWrapper>
|
||||
<LinksWrapper>
|
||||
<Link
|
||||
|
||||
@@ -21,11 +21,13 @@ export function useAppSettings() {
|
||||
title: LABELS.COMMON.MENU.RESEARCH,
|
||||
href: "/research",
|
||||
},
|
||||
/*
|
||||
{
|
||||
title: LABELS.COMMON.MENU.PROGRAMS,
|
||||
href: "/programs",
|
||||
onlyFooter: true,
|
||||
},
|
||||
*/
|
||||
{
|
||||
title: LABELS.COMMON.MENU.ABOUT,
|
||||
href: "/about",
|
||||
|
||||
Reference in New Issue
Block a user