Skip to content

Commit

Permalink
Merge pull request #165 from moiz-deriv/moiz/language-excemption-glos…
Browse files Browse the repository at this point in the history
…sary

fix: added language excemption for glossary
  • Loading branch information
prince-deriv authored Oct 7, 2024
2 parents 46f9b7c + fc0a0eb commit 88711cb
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 @@ -36,7 +36,8 @@ const updateURLAsPerUserLanguage = () => {
paths.includes("derivlife") ||
paths.includes("eu-careers") ||
paths.includes("our-locations") ||
paths.includes("academy");
paths.includes("academy") ||
paths.includes("trading-terms-glossary");
if (has_language_in_url) {
setLanguageCookie(first_path);
}
Expand Down

0 comments on commit 88711cb

Please sign in to comment.