Skip to content

Commit 8f32bff

Browse files
committed
fix: activity icon position
Signed-off-by: Innei <[email protected]>
1 parent 7fe30b0 commit 8f32bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/header/internal/AnimatedLogo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const AnimatedLogo = () => {
8383
initial={{ opacity: 0 }}
8484
animate={{ opacity: 1 }}
8585
exit={{ opacity: 0 }}
86-
className="flex items-center"
86+
className="flex items-center !will-change-[unset]"
8787
>
8888
<Activity />
8989
<TapableLogo />

0 commit comments

Comments
 (0)