Skip to content

Commit

Permalink
refactor: download countdown message
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxfiied committed Oct 21, 2024
1 parent 6b4f30c commit 860cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { features } from "./index.astro";

<Layout title="Thanks for downloading!">
<h1 class="mythic-gradient-text">Thanks for downloading Mythic!</h1>
<p>You're just <span id="countdown-timer">3</span> seconds away from greatness...</p>
<p>You're just a few seconds away from greatness... (<span id="countdown-timer">3</span>)</p>
<p>If your download hasn't started, please <a href="#" onclick="fetchLatestRelease()">click here</a>.</p>

<p>Please note that for newer versions of macOS, you may need to toggle the 'Allow apps from' setting in System Settings &gt; Privacy & Security &gt; Security to 'Anywhere'.</p>
Expand Down

0 comments on commit 860cb01

Please sign in to comment.