mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
Fix buttons not having a href property
This commit is contained in:
parent
7df3fb8212
commit
bbd5b3433a
3 changed files with 6 additions and 8 deletions
|
@ -21,12 +21,10 @@ import {
|
||||||
features they want. Zen focuses on privacy and customization, not on data collection.
|
features they want. Zen focuses on privacy and customization, not on data collection.
|
||||||
</Description>
|
</Description>
|
||||||
<div class="mt-6 gap-3 px-4 sm:px-0 w-full sm:gap-10 flex flex-wrap justify-center">
|
<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']} href="https://github.com/zen-browser">
|
||||||
<Button class:list={['px-4']}>
|
<Github class="size-4" />
|
||||||
<Github class="size-4" />
|
<span>View on Github</span>
|
||||||
<span>View on Github</span>
|
</Button>
|
||||||
</Button>
|
|
||||||
</a>
|
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<Check class="size-4" />
|
<Check class="size-4" />
|
||||||
<span>Fully Customizable</span>
|
<span>Fully Customizable</span>
|
||||||
|
|
|
@ -22,7 +22,7 @@ import { ArrowRight } from 'lucide-astro'
|
||||||
Download
|
Download
|
||||||
<ArrowRight class="size-4" />
|
<ArrowRight class="size-4" />
|
||||||
</Button>
|
</Button>
|
||||||
<Button>Start Exploring</Button>
|
<Button href="#features">Start Exploring</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -20,7 +20,7 @@ import { ArrowRight } from 'lucide-astro';
|
||||||
Zen Browser is designed to be customizable. You can change every aspect of the browser to suit your needs. Literally, your imagination is the limit.
|
Zen Browser is designed to be customizable. You can change every aspect of the browser to suit your needs. Literally, your imagination is the limit.
|
||||||
</Description>
|
</Description>
|
||||||
<div class="flex mt-4">
|
<div class="flex mt-4">
|
||||||
<Button isPrimary>
|
<Button isPrimary href="/mods">
|
||||||
Zen Mods
|
Zen Mods
|
||||||
<ArrowRight class="size-4" />
|
<ArrowRight class="size-4" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue