From 553a37fba7b74f32441d0ab302af0da07599af8d Mon Sep 17 00:00:00 2001 From: becarta Date: Sat, 10 May 2025 01:39:47 +0200 Subject: [PATCH] Update navigation to use translated title for Development section --- src/navigation.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/navigation.ts b/src/navigation.ts index d6334ff..96e85c4 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -41,13 +41,8 @@ export const getHeaderData = (lang = 'en') => { ], }, { - text: 'Development', + text: t.development.title, links: [ - { - text: 'Progress', - href: getPermalink('/development', 'page', lang), - isHashLink: false, - }, { text: 'Anti-FP Shield+', href: getPermalink('/antifp', 'page', lang),