Skip to content

Commit

Permalink
Merge pull request #161 from deriv-com/academy-lang-ignore
Browse files Browse the repository at this point in the history
Prince/ no lang switch for academy
  • Loading branch information
prince-deriv authored Sep 30, 2024
2 parents 3583ec9 + 7663a43 commit 5a8d69f
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 5a8d69f

Please sign in to comment.