feat: general fixes + blog update (#499)

This commit is contained in:
Kalidou Diagne
2025-07-09 18:50:02 +02:00
committed by GitHub
parent cea8b0a795
commit fbb91ad36d
4 changed files with 32 additions and 42 deletions

View File

@@ -4,17 +4,9 @@ import { LABELS } from "@/app/labels"
export function useAppSettings() {
const MAIN_NAV: MainNavProps["items"] = [
{
title: LABELS.COMMON.MENU.HOME,
href: "/",
onlyMobile: true,
title: LABELS.COMMON.MENU.ABOUT,
href: "/about",
},
/*
{
title: "Devcon 7",
href: "/devcon-7",
onlyFooter: true,
},
*/
{
title: LABELS.COMMON.MENU.PROJECTS,
href: "/projects",
@@ -23,6 +15,23 @@ export function useAppSettings() {
title: LABELS.COMMON.MENU.RESEARCH,
href: "/research",
},
{
title: LABELS.COMMON.MENU.BLOG,
href: "/blog",
},
/*
{
title: LABELS.COMMON.MENU.HOME,
href: "/",
onlyMobile: true,
},
{
title: "Devcon 7",
href: "/devcon-7",
onlyFooter: true,
},
*/
/*
{
title: LABELS.COMMON.MENU.PROGRAMS,
@@ -30,21 +39,13 @@ export function useAppSettings() {
onlyFooter: true,
},
*/
{
title: LABELS.COMMON.MENU.ABOUT,
href: "/about",
},
/*
{
title: LABELS.COMMON.MENU.RESOURCES,
href: "/resources",
},
*/
{
title: LABELS.COMMON.MENU.BLOG,
href: "/blog",
onlyHeader: true,
},
]
return {