Skip to content

Commit

Permalink
Merge pull request #39 from doyourbest96/dev-doyourbest
Browse files Browse the repository at this point in the history
[update] profile table
  • Loading branch information
jamest33 authored Dec 18, 2024
2 parents e091134 + 0a41687 commit b13c9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProfileTable/ProfileTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const ProfileTable = ({
<Image
src={profile.avatar || "/cutestar.png"} // Use a static fallback image
alt="Profile"
width={36}
height={36}
width={72}
height={72}
className="rounded-full"
/>
</td>
Expand Down

0 comments on commit b13c9d3

Please sign in to comment.