From 17abde419fd96fbfd8a2d59419623997a6ebee20 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Wed, 31 Jul 2024 20:51:04 +0530 Subject: [PATCH 1/2] Update Contibutors.tsx --- frontend/src/pages/Contributors.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Contributors.tsx b/frontend/src/pages/Contributors.tsx index 8256c236..df099093 100644 --- a/frontend/src/pages/Contributors.tsx +++ b/frontend/src/pages/Contributors.tsx @@ -60,20 +60,22 @@ const Contributors: React.FC = () => { backgroundPosition: "center", }}>
-

🤝 Contributors

+

Our Contributors

{currentContributors.map((contributor) => ( {contributor.login}

{contributor.login} @@ -84,7 +86,7 @@ const Contributors: React.FC = () => { ))}

-
+