Skip to content

Commit

Permalink
Merge pull request #117 from sergei-destinazio/master
Browse files Browse the repository at this point in the history
EU language redirect issue
  • Loading branch information
ali-hosseini-deriv authored Aug 16, 2024
2 parents 896e8e1 + f2ebc1b commit e7e3b2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/footer/updateUrlAsPerLanguage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ const updateURLAsPerUserLanguage = () => {
paths.includes("careers") ||
paths.includes("locations") ||
paths.includes("derivtech") ||
paths.includes("derivlife");
paths.includes("derivlife") ||
paths.includes("eu-careers") ||
paths.includes("our-locations");
if (has_language_in_url) {
setLanguageCookie(first_path);
}
Expand Down

0 comments on commit e7e3b2a

Please sign in to comment.