Skip to content

Commit 17c5475

Browse files
committed
fix: add missing attributes to contributors Image
1 parent 7523192 commit 17c5475

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Contributors/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ const Contributors = () => {
4444
className="h-[132px] w-[132px]"
4545
src={contributor.avatar_url}
4646
alt={contributor.name}
47+
width={132}
48+
height={132}
49+
sizes="132px"
4750
/>
4851
<div className="p-4">
4952
<h3 className="mb-4 mt-2 text-md">

0 commit comments

Comments
 (0)