Skip to content

Commit

Permalink
fix: activity icon position
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Oct 20, 2024
1 parent 7fe30b0 commit 8f32bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header/internal/AnimatedLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const AnimatedLogo = () => {
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
className="flex items-center"
className="flex items-center !will-change-[unset]"
>
<Activity />
<TapableLogo />
Expand Down

0 comments on commit 8f32bff

Please sign in to comment.