Fix buttons not having a href property

This commit is contained in:
Bram Leisink 2024-12-10 19:48:33 +01:00
parent 7df3fb8212
commit bbd5b3433a
3 changed files with 6 additions and 8 deletions

View file

@ -21,12 +21,10 @@ import {
features they want. Zen focuses on privacy and customization, not on data collection.
</Description>
<div class="mt-6 gap-3 px-4 sm:px-0 w-full sm:gap-10 flex flex-wrap justify-center">
<a href="https://github.com/zen-browser">
<Button class:list={['px-4']}>
<Github class="size-4" />
<span>View on Github</span>
</Button>
</a>
<Button class:list={['px-4']} href="https://github.com/zen-browser">
<Github class="size-4" />
<span>View on Github</span>
</Button>
<div class="flex items-center gap-4">
<Check class="size-4" />
<span>Fully Customizable</span>