Remove constant animation from header logo, keep only hover animations

cgen-4e73ef891aeb4210826df2a5672ceb90
This commit is contained in:
Builder.io 2025-08-05 23:12:00 +00:00
parent b0d4ca4310
commit e7417d3e18

View file

@ -26,7 +26,7 @@ export default function Layout({ children }: LayoutProps) {
<img
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=webp&width=800"
alt="AeThex Logo"
className="h-10 w-10 transition-all duration-300 group-hover:scale-110 group-hover:rotate-12 animate-float"
className="h-10 w-10 transition-all duration-300 group-hover:scale-110 group-hover:rotate-12"
/>
<span className="text-xl font-bold text-gradient group-hover:animate-pulse">AeThex</span>
</div>