Skip to content

Commit

Permalink
Download: Add warning about Poper Blocker (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Jul 6, 2024
1 parent 3f2d9bc commit 039fe6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,15 @@ export default function Downloads() {
buggy) experience
</p>
</Grid>
<Grid xs={12}>
<Admonition type="caution">
<p>
If you are having trouble downloading, try disabling your
pop-up blocker (e.g. Poper Blocker) as they are known to
cause problems with our downloads links.
</p>
</Admonition>
</Grid>
<Grid xs={12} css={{ mt: "2em" }}>
<ReleaseDownloadButton
release={latestNightlyRelease}
Expand Down

0 comments on commit 039fe6a

Please sign in to comment.