Skip to content

Commit

Permalink
Localizaion: Fixed apps redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Jun 13, 2024
1 parent 3d0c331 commit fa6673b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/ivpn-v3/assets/js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

if (window.location.pathname.startsWith("/es")) {
prefix = "/es/";
}else{
prefix = "/en/";
}

if (macosPlatforms.indexOf(platform) !== -1) {
Expand Down

0 comments on commit fa6673b

Please sign in to comment.