We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efab39f commit a355acbCopy full SHA for a355acb
1 file changed
src/pages/index.astro
@@ -13,7 +13,7 @@ import Button from "../components/Button.astro";
13
providing a smooth and enjoyable gaming experience.
14
</p>
15
<div class="flex flex-row gap-4">
16
- <Button text="Try it Now" href="/download.html" />
+ <Button text="Try it Now" href="/download" />
17
<Button text="Donate" icon="arrow-right" iconPosition="right" outline href="https://ko-fi.com/selauraclient" target="_blank" />
18
</div>
19
<br/>
0 commit comments