mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
fix: clean up code formatting and ensure consistent style in HomeExtras and Layout components
This commit is contained in:
parent
4576432b34
commit
7c5efc6522
4 changed files with 15 additions and 30 deletions
|
@ -30,11 +30,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
|
|||
</motion.span>
|
||||
<div class="relative mt-8 flex items-center justify-center">
|
||||
<motion.span client:load {...getTitleAnimation(0.6)}>
|
||||
<a
|
||||
href="https://tuta.com/"
|
||||
target="_blank"
|
||||
class="w-fit"
|
||||
>
|
||||
<a href="https://tuta.com/" target="_blank" class="w-fit">
|
||||
<Image src={tutaLogo} alt="Tuta" class="h-16 w-fit object-contain" />
|
||||
</a>
|
||||
</motion.span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue