mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 02:05:31 +02:00
Update HomeExtras.astro
This commit is contained in:
parent
8de6c4324b
commit
954e9f667b
1 changed files with 1 additions and 2 deletions
|
@ -31,9 +31,8 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
|
||||||
<div class="relative mt-8 flex items-center justify-center">
|
<div class="relative mt-8 flex items-center justify-center">
|
||||||
<motion.span client:load {...getTitleAnimation(0.6)}>
|
<motion.span client:load {...getTitleAnimation(0.6)}>
|
||||||
<a
|
<a
|
||||||
href="https://tuta.io"
|
href="https://tuta.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
|
||||||
class="w-fit"
|
class="w-fit"
|
||||||
>
|
>
|
||||||
<Image src={tutaLogo} alt="Tuta" class="h-16 w-fit object-contain" />
|
<Image src={tutaLogo} alt="Tuta" class="h-16 w-fit object-contain" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue