From 9d53b218aafbc9bc7e0869bed74535db11d270a3 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 13 Jan 2025 13:41:36 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20maintain=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/developers/ContributorCard.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 +}