From e98ea8310ee1096648a59ffb8c210f093d70b3ad Mon Sep 17 00:00:00 2001 From: root-0101 Date: Sun, 9 Jun 2024 14:21:50 +0530 Subject: [PATCH] modify about --- frontend/src/Component/Home.js | 17 ----------------- frontend/src/style/About.css | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/frontend/src/Component/Home.js b/frontend/src/Component/Home.js index 9d097ff7..50bc545e 100644 --- a/frontend/src/Component/Home.js +++ b/frontend/src/Component/Home.js @@ -315,23 +315,6 @@ function Home(props) { -
-

Faces of Dedication: Our Contributing Heroes

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

{contributor.login}

-
- ))} -
-
); } diff --git a/frontend/src/style/About.css b/frontend/src/style/About.css index e03d3cf2..c184a58a 100644 --- a/frontend/src/style/About.css +++ b/frontend/src/style/About.css @@ -123,6 +123,7 @@ .content-box { border: 1px solid #8b5cf6; + background-color: #101623; margin: 20px; padding: 12px 12px; border-radius: 12px;