We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe30b0 commit 8f32bffCopy full SHA for 8f32bff
src/components/layout/header/internal/AnimatedLogo.tsx
@@ -83,7 +83,7 @@ export const AnimatedLogo = () => {
83
initial={{ opacity: 0 }}
84
animate={{ opacity: 1 }}
85
exit={{ opacity: 0 }}
86
- className="flex items-center"
+ className="flex items-center !will-change-[unset]"
87
>
88
<Activity />
89
<TapableLogo />
0 commit comments