Skip to content

Commit

Permalink
fix: header logo style in mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 18, 2024
1 parent 8b92495 commit e21ffad
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 @@ -79,7 +79,7 @@ export const AnimatedLogo = () => {
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
// className="scale-75"
className="flex items-center"
>
<Activity />
<TapableLogo />
Expand Down

0 comments on commit e21ffad

Please sign in to comment.