Skip to content

Commit

Permalink
fix: remove script redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Feb 9, 2024
1 parent 03ec9a9 commit ca01b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Download() {
</div>
</div>
</section>
<Script id="redirect-to-stores">
{/* <Script id="redirect-to-stores">
{`
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
var ios = /iPad|iPhone|iPod/.test(userAgent) && !window.MSStream;
Expand All @@ -93,7 +93,7 @@ if (ios) {
}
}
`}
</Script>
</Script> */}
</Web>
);
}

0 comments on commit ca01b32

Please sign in to comment.