feat(langs): remove French language option from language data

This commit is contained in:
OlgunR
2025-12-11 15:54:47 +01:00
parent 369c50f32c
commit 88c376262a

View File

@@ -114,12 +114,7 @@ export const _langs = [
value: 'de',
label: 'German',
icon: '/assets/icons/flags/ic-flag-de.svg',
},
{
value: 'fr',
label: 'French',
icon: '/assets/icons/flags/ic-flag-fr.svg',
},
}
];
// ----------------------------------------------------------------------