We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c687c6a commit bb95995Copy full SHA for bb95995
src/components/CommunityMap.tsx
@@ -58,7 +58,7 @@ export const CommunityMap = (props: any) => {
58
img.src = `community/${person.github}.png`;
59
60
const anchor = document.createElement("a");
61
- anchor.href = `https://github.com/${person.href}`;
+ anchor.href = `https://github.com/${person.github}`;
62
anchor.title = person.github;
63
64
anchor.append(img);
0 commit comments