Skip to content

Commit

Permalink
width height
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 7, 2024
1 parent 0aaaf66 commit db2660f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/TeamMembers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export default function TeamMembers() {
src={`https://github.com/${member.github}.png`}
alt={`${member.name} avatar`}
className="w-16 h-16 rounded-full"
width={64}
height={64}
/>
<div className="font-bold text-center">{member.name}</div>
<div>{member.role}</div>
Expand Down

0 comments on commit db2660f

Please sign in to comment.