Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit e0d72d5

Browse files
committed
FIX: Contributors
1 parent c7a993f commit e0d72d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/utils/ContributorCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ContributorCard = ({ data }) => {
1212
<img
1313
src={
1414
data.photoUrl
15-
? `${contributor.avatar_url}&s=200`
15+
? data.photoUrl
1616
: `https://unavatar.vercel.app/${data.email}`
1717
}
1818
alt={data.displayName && data.displayName}

0 commit comments

Comments
 (0)