diff --git a/frontend/src/pages/Contributors.tsx b/frontend/src/pages/Contributors.tsx index 8256c23..6d4b6eb 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 = () => { ))}

-
+