Skip to content

Commit

Permalink
chore: no lang switch for academy
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Sep 30, 2024
1 parent 3583ec9 commit 7663a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/footer/updateUrlAsPerLanguage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7663a43

Please sign in to comment.