Skip to content

Commit

Permalink
Merge pull request #160 from yfosp/bug-fix-img-url
Browse files Browse the repository at this point in the history
fix missing url
  • Loading branch information
melvincwng authored Jan 14, 2025
2 parents c9fae64 + 7b16251 commit 999bb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community-website/pages/community-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6009,7 +6009,7 @@ const CommunityMembers: NextPage = () => {
<td align="center">
<a href="https://github.com/bmiit145" target="_blank" rel="noopener noreferrer">
<img
src=""
src="https://avatars.githubusercontent.com/u/103820970?v=4"
width="85"
height="85"
className={styles.profileImage}
Expand Down

0 comments on commit 999bb5a

Please sign in to comment.