feat: temp hide things (#496)

This commit is contained in:
Kalidou Diagne
2025-07-09 17:21:21 +02:00
committed by GitHub
parent ca6e5c1af5
commit 81e3992aa0
2 changed files with 2 additions and 19 deletions

View File

@@ -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

View File

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