diff --git a/src/js/footer/updateUrlAsPerLanguage/index.js b/src/js/footer/updateUrlAsPerLanguage/index.js index dd396d5..b3323c7 100644 --- a/src/js/footer/updateUrlAsPerLanguage/index.js +++ b/src/js/footer/updateUrlAsPerLanguage/index.js @@ -35,7 +35,8 @@ const updateURLAsPerUserLanguage = () => { paths.includes("derivtech") || paths.includes("derivlife") || paths.includes("eu-careers") || - paths.includes("our-locations"); + paths.includes("our-locations") || + paths.includes("academy"); if (has_language_in_url) { setLanguageCookie(first_path); }