Skip to content

Commit b936613

Browse files
api
1 parent 1fe813a commit b936613

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/src/Component/About.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,17 @@ function About() {
146146
</div>
147147
</div>
148148
</div>
149-
<h1 id="contributors">Our Contributors</h1>
149+
{/* <h1 id="contributors">Our Contributors</h1>
150150
151151
<input
152152
type="text"
153153
className="about__searchbar-contributors"
154154
placeholder="Search your name here..."
155155
value={searchQuery}
156156
onChange={(e) => setSearchQuery(e.target.value)}
157-
/>
157+
/> */}
158158

159-
<div className="about__grid-container">
159+
{/* <div className="about__grid-container">
160160
{filledData.map((contributor) => {
161161
if (contributor.placeholder) {
162162
return (
@@ -187,18 +187,18 @@ function About() {
187187
</div>
188188
);
189189
})}
190-
</div>
190+
</div> */}
191191
</div>
192192

193-
<Pagination
193+
{/* <Pagination
194194
firstCardIndex={firstCardIndex}
195195
lastCardIndex={lastCardIndex}
196196
dataLength={filteredContributors.length}
197197
allPagesNumbers={allPagesNumbers}
198198
currentPage={currentPage}
199199
scrollPosition={"contributors"}
200200
handlePageChange={handlePageChange}
201-
/>
201+
/> */}
202202
</div>
203203
);
204204
}

0 commit comments

Comments
 (0)