Skip to content

Commit

Permalink
fix: added the break for the huwaei device
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Mar 21, 2024
1 parent 7654c8c commit 1598010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/deriv-go/_banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ const DHero = () => {
break
case 'iOS':
window.open(deriv_go_ios_url, '_blank')

break
case 'Huawei':
window.open(deriv_go_huaweiappgallery_url, '_blank')
break
}
}

Expand Down

0 comments on commit 1598010

Please sign in to comment.