mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +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
|
@ -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.
|
||||
</Description>
|
||||
<div class="flex mt-4">
|
||||
<Button isPrimary>
|
||||
<Button isPrimary href="/mods">
|
||||
Zen Mods
|
||||
<ArrowRight class="size-4" />
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue