mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
Update HomeExtras.astro
Make Zen Mods hotlink functional
This commit is contained in:
parent
0221293175
commit
c74e6e10c2
1 changed files with 5 additions and 5 deletions
|
@ -20,10 +20,10 @@ 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>
|
||||||
<div class="relative w-1/2 flex hidden lg:block" id="browser-images">
|
<div class="relative w-1/2 flex hidden lg:block" id="browser-images">
|
||||||
|
@ -52,4 +52,4 @@ import { ArrowRight } from 'lucide-astro';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue