From 966b9f23148a1cb620cc1fbe5559fda1175f2296 Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Sat, 9 Nov 2024 02:45:58 +0100 Subject: [PATCH] devcon 7 link --- hooks/useAppSettings.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hooks/useAppSettings.ts b/hooks/useAppSettings.ts index af35c3a4..1aa2e383 100644 --- a/hooks/useAppSettings.ts +++ b/hooks/useAppSettings.ts @@ -16,6 +16,11 @@ export function useAppSettings(lang: LocaleTypes) { href: "/", onlyMobile: true, }, + { + title: "Devcon 7", + external: true, + href: "https://pse-team.notion.site/PSE-x-Devcon-7-Southeast-Asia-138d57e8dd7e80b59cabea798d9bc77b", + }, { title: t("menu.projectLibrary"), href: "/projects",