From b936613a93c86b7d57316c6ffbc43aaf9e312e19 Mon Sep 17 00:00:00 2001 From: Himanshu Narware Date: Thu, 10 Oct 2024 13:10:38 +0530 Subject: [PATCH] api --- frontend/src/Component/About.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/Component/About.js b/frontend/src/Component/About.js index 2158e4e1..44f0e200 100644 --- a/frontend/src/Component/About.js +++ b/frontend/src/Component/About.js @@ -146,7 +146,7 @@ function About() { -

Our Contributors

+ {/*

Our Contributors

setSearchQuery(e.target.value)} - /> + /> */} -
+ {/*
{filledData.map((contributor) => { if (contributor.placeholder) { return ( @@ -187,10 +187,10 @@ function About() {
); })} -
+ */} - + /> */} ); }