Skip to content

Commit

Permalink
Merge pull request #232 from deriv-com/no-lang-trading-specs
Browse files Browse the repository at this point in the history
Prince/added trading specs in the list
  • Loading branch information
prince-deriv authored Feb 27, 2025
2 parents b85bf2b + 0c1d94a commit 216bea2
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 @@ -37,7 +37,8 @@ const updateURLAsPerUserLanguage = () => {
paths.includes("product-explorer") ||
paths.includes("eu-careers") ||
paths.includes("our-locations") ||
paths.includes("academy");
paths.includes("academy") ||
paths.includes("trading-specifications");
if (has_language_in_url) {
setLanguageCookie(first_path);
}
Expand Down

0 comments on commit 216bea2

Please sign in to comment.