Update HomeExtras.astro

Make Zen Mods hotlink functional
This commit is contained in:
Anoms12 2024-12-10 16:24:38 -05:00 committed by GitHub
parent 0221293175
commit c74e6e10c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,9 @@ 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 className="size-4" />
</Button> </Button>
</div> </div>
</div> </div>