diff --git a/package-lock.json b/package-lock.json index 9c4c0de..b951134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "gssocextended", "version": "0.1.0", + "hasInstallScript": true, "dependencies": { "@clerk/clerk-sdk-node": "^5.0.48", "@clerk/nextjs": "^5.7.1", diff --git a/src/app/contributors/page.jsx b/src/app/contributors/page.jsx index 9164218..e9c0eac 100644 --- a/src/app/contributors/page.jsx +++ b/src/app/contributors/page.jsx @@ -7,16 +7,16 @@ const ContributorCard = ({ login, avatar_url, html_url, contributions, type }) = + className="bg-black text-black rounded-lg shadow-md border border-gray-100 overflow-hidden" + >
{login} -

{login}

-

{type}

+

{login}

+

{type}

{contributions} contributions
@@ -97,13 +97,13 @@ export default function Contributor() { }; return ( -
+
{/* Hero Section */} -
-
+
+
Become a Contributor @@ -134,9 +134,9 @@ export default function Contributor() {
{/* Stats Section */} -
+
-

+

Project Statistics

@@ -173,9 +173,9 @@ export default function Contributor() {
{/* Contributor List */} -
+
-

Meet Our Contributors

+

Meet Our Contributors

{loading ? (

Loading contributors...

) : ( @@ -189,9 +189,9 @@ export default function Contributor() {
{/* Subscription Form */} -
+
-

Stay Updated

+

Stay Updated