Skip to content

Commit d3fb28a

Browse files
committed
Revert "Add direct download through download button"
This reverts commit fd2f7d2.
1 parent fd2f7d2 commit d3fb28a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/navigation/Navbar.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
>
99
<a href="/faq">FAQ</a>
1010
<!-- <a aria-label="discord" href="https://discord.gg/58NZ7fFqPy"><Icon size={21} name="ic:baseline-discord" /></a> -->
11-
<a class="button" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
11+
<a class="button" href="https://github.com/MythicApp/Mythic/releases">
1212
Download
1313
</a>
1414
</div>

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const socials = [
7070
implementation of Apple's Game Porting Toolkit - supporting many launchers.
7171
</p>
7272
<br />
73-
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases/latest/download/Mythic.zip">
73+
<a class="button-md" href="https://github.com/MythicApp/Mythic/releases">
7474
Download Alpha
7575
</a>
7676
<sub>for macOS 14+</sub>

0 commit comments

Comments
 (0)