File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,17 +146,17 @@ function About() {
146
146
</ div >
147
147
</ div >
148
148
</ div >
149
- < h1 id = "contributors" > Our Contributors</ h1 >
149
+ { /* <h1 id="contributors">Our Contributors</h1>
150
150
151
151
<input
152
152
type="text"
153
153
className="about__searchbar-contributors"
154
154
placeholder="Search your name here..."
155
155
value={searchQuery}
156
156
onChange={(e) => setSearchQuery(e.target.value)}
157
- />
157
+ /> */ }
158
158
159
- < div className = "about__grid-container" >
159
+ { /* <div className="about__grid-container">
160
160
{filledData.map((contributor) => {
161
161
if (contributor.placeholder) {
162
162
return (
@@ -187,18 +187,18 @@ function About() {
187
187
</div>
188
188
);
189
189
}) }
190
- </ div >
190
+ </div> */ }
191
191
</ div >
192
192
193
- < Pagination
193
+ { /* <Pagination
194
194
firstCardIndex={firstCardIndex}
195
195
lastCardIndex={lastCardIndex}
196
196
dataLength={filteredContributors.length}
197
197
allPagesNumbers={allPagesNumbers}
198
198
currentPage={currentPage}
199
199
scrollPosition={"contributors"}
200
200
handlePageChange={handlePageChange}
201
- />
201
+ /> */ }
202
202
</ div >
203
203
) ;
204
204
}
You can’t perform that action at this time.
0 commit comments