Skip to content

Commit

Permalink
Update Download.vue
Browse files Browse the repository at this point in the history
download links fixed
  • Loading branch information
AliAlmasi authored Sep 28, 2024
1 parent 334e19b commit b55dcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
</div>
<div class="spacer"></div>
<a href="https://mirror.parchlinux.com/plasma/Parchlinux-Plasma-latest.iso" class="btn btn--primary">
<a href="https://mirror.parchlinux.com/plasma/ParchLinux-plasma-latest.iso" class="btn btn--primary">
<span class="mdi material-icons-outlined">save_alt</span>
<span>Download Now</span>
</a>
Expand All @@ -39,7 +39,7 @@
</p>
</div>
<div class="spacer"></div>
<a href="https://mirror.parchlinux.com/gnome/Parchlinux-Gnome-latest.iso" target="_blank"
<a href="https://mirror.parchlinux.com/gnome/ParchLinux-gnome-latest.iso" target="_blank"
class="btn btn--primary">
<span class="mdi material-icons">save_alt</span>
<span>Download Now</span>
Expand Down

0 comments on commit b55dcd3

Please sign in to comment.