diff --git a/frontend/src/pages/Contributors.tsx b/frontend/src/pages/Contributors.tsx index beec9cee..abcda6df 100644 --- a/frontend/src/pages/Contributors.tsx +++ b/frontend/src/pages/Contributors.tsx @@ -37,29 +37,25 @@ const Contributors: React.FC = () => {

🤝 Contributors

{contributors.map((contributor) => ( -
- - {contributor.login} - + {contributor.login}

{contributor.login}

Contributions: {contributor.contributions}

-
+ ))}
@@ -68,4 +64,3 @@ const Contributors: React.FC = () => { }; export default Contributors; -