Skip to content

Commit

Permalink
chore: remove space in link
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Jul 16, 2024
1 parent 3af7da5 commit b983e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/storeRedirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
if (/iP(hone|od|ad)|mac(intosh|intel|ppc|68k|os)/i.test(navigator.userAgent)) {
window.location.href = "https://apps.apple.com/us/app/deriv-partners-academy/id6478279499"
} else if (/win(32|64|dows|ce)|linux/i.test(navigator.userAgent)) {
window.location.href = " https://play.google.com/store/apps/details?id=com.deriv.partneracademy"
window.location.href = "https://play.google.com/store/apps/details?id=com.deriv.partneracademy"
} else {
window.location.href = "market://details?id=com.deriv.partneracademy";
}
Expand Down

0 comments on commit b983e21

Please sign in to comment.