Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: user icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed May 24, 2024
1 parent e805aa3 commit eeed426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function User() {
<img
src={user.image}
alt="Profile Picture"
class="w-10 h-10 rounded-full"
class="h-8 w-8 md:w-10 md:h-10 rounded-full"
/>
</div>
);
Expand Down

0 comments on commit eeed426

Please sign in to comment.