diff --git a/src/app/components/ContributorsCard.tsx b/src/app/components/ContributorsCard.tsx index e875b05..dfeef44 100644 --- a/src/app/components/ContributorsCard.tsx +++ b/src/app/components/ContributorsCard.tsx @@ -14,17 +14,6 @@ export default function ContributorsCard({ contributor }: Props): JSX.Element { href={contributor.html_url} target="_blank" > - {/*
*/} - {/* {`${contributors.login}'s */} - {`${contributor.login}'s {contributor.login}

- {/*

{role}

*/} );