Skip to content

Commit

Permalink
Increase hit area for AvatarButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 27, 2024
1 parent 43f482c commit c0a33ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_content/Recommendations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default function Recommendations() {
)}
>
<Image
width={64}
height={64}
width={76}
height={76}
src={recommendation.avatar}
alt={`${recommendation.name} avatar image`}
/>
Expand Down

0 comments on commit c0a33ad

Please sign in to comment.