Update navigation to use translated title for Development section
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-05-10 01:39:47 +02:00
parent 1386493d91
commit 553a37fba7

View File

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