Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuNarware committed Oct 10, 2024
1 parent 1fe813a commit b936613
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/Component/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,17 @@ function About() {
</div>
</div>
</div>
<h1 id="contributors">Our Contributors</h1>
{/* <h1 id="contributors">Our Contributors</h1>
<input
type="text"
className="about__searchbar-contributors"
placeholder="Search your name here..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
/>
/> */}

<div className="about__grid-container">
{/* <div className="about__grid-container">
{filledData.map((contributor) => {
if (contributor.placeholder) {
return (
Expand Down Expand Up @@ -187,18 +187,18 @@ function About() {
</div>
);
})}
</div>
</div> */}
</div>

<Pagination
{/* <Pagination
firstCardIndex={firstCardIndex}
lastCardIndex={lastCardIndex}
dataLength={filteredContributors.length}
allPagesNumbers={allPagesNumbers}
currentPage={currentPage}
scrollPosition={"contributors"}
handlePageChange={handlePageChange}
/>
/> */}
</div>
);
}
Expand Down

0 comments on commit b936613

Please sign in to comment.