diff --git a/public/images/contributors/williammetcalfe.jpg b/public/images/contributors/williammetcalfe.jpg new file mode 100644 index 0000000..080db12 Binary files /dev/null and b/public/images/contributors/williammetcalfe.jpg differ diff --git a/src/components/organisms/Judges.tsx b/src/components/organisms/Judges.tsx index 194f780..e3b7c0c 100644 --- a/src/components/organisms/Judges.tsx +++ b/src/components/organisms/Judges.tsx @@ -16,13 +16,14 @@ const JudgeSection = () => { const JudgeIcon: React.FC<{ imagePath: string; name: string; + linkToOnlinePresence: string; org: string; orgUrl: string; role: string; - }> = ({ imagePath, name, org, orgUrl, role }) => ( + }> = ({ imagePath, name, linkToOnlinePresence, org, orgUrl, role }) => (