Skip to content

Commit

Permalink
fix: download button in last section of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Sep 17, 2024
1 parent 4807af9 commit 7e11326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import DownloadIcon from "../components/icons/DownloadIcon.astro";
<h1 class="text-center font-bold text-2xl md:text-4xl mb-6">
Still not convinced? Just try it out!
</h1>
<a href="https://wiki.ultramarine-linux.org/en/welcome/" class="flex flex-row gap-2 items-center text-white font-medium text-xl py-2 px-6 rounded-xl bg-accent-600 hover:bg-accent-700 transition-colors">
<a href="/download" class="flex flex-row gap-2 items-center text-white font-medium text-xl py-2 px-6 rounded-xl bg-accent-600 hover:bg-accent-700 transition-colors">
<DownloadIcon />
Download
</a>
Expand Down

0 comments on commit 7e11326

Please sign in to comment.