mentors update + navbar bug fixes

This commit is contained in:
Henri
2026-04-16 16:48:35 +03:00
parent 0a31f0aa91
commit c2a09816db
5 changed files with 8 additions and 7 deletions

View File

@@ -79,8 +79,6 @@ export function getLanguageFromRoute(path) {
if (estRoutes.includes(path)) return 'est';
if (enRoutes.includes(path)) return 'en';
// Neutral/shared route (e.g. '/', '/helpdesk')
// -> keep currently selected language
return null;
}