diff --git a/src/components/developers/ContributorCard.tsx b/src/components/developers/ContributorCard.tsx index b1e17492..b5968a7f 100644 --- a/src/components/developers/ContributorCard.tsx +++ b/src/components/developers/ContributorCard.tsx @@ -11,33 +11,34 @@ interface ContributorCardProps { export function ContributorCard({ login, avatarUrl, contributions, profileUrl }: ContributorCardProps) { return (
{`${login}'s
-

{login}

+

{login}

{contributions} contributions
- - View Profile - +
); -} \ No newline at end of file +}