fix: clean up code formatting and ensure consistent style in HomeExtras and Layout components

This commit is contained in:
mr. M 2025-01-19 17:15:30 +01:00
parent 4576432b34
commit 7c5efc6522
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
4 changed files with 15 additions and 30 deletions

View file

@ -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>