File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
website/src/pages/showcase Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ function ShowcaseCards() {
259
259
< Heading as = "h2" >
260
260
< Translate id = "showcase.usersList.noResult" > No result</ Translate >
261
261
</ Heading >
262
- < SearchBar />
263
262
</ div >
264
263
</ section >
265
264
) ;
@@ -282,7 +281,6 @@ function ShowcaseCards() {
282
281
</ Translate >
283
282
</ Heading >
284
283
< FavoriteIcon svgClass = { styles . svgIconFavorite } />
285
- < SearchBar />
286
284
</ div >
287
285
< ul
288
286
className = { clsx (
@@ -310,12 +308,8 @@ function ShowcaseCards() {
310
308
) : (
311
309
< div className = "container" >
312
310
< div
313
- className = { clsx (
314
- 'margin-bottom--md' ,
315
- styles . showcaseFavoriteHeader ,
316
- ) } >
317
- < SearchBar />
318
- </ div >
311
+ className = { clsx ( 'margin-bottom--md' , styles . showcaseFavoriteHeader ) }
312
+ />
319
313
< ul className = { clsx ( 'clean-list' , styles . showcaseList ) } >
320
314
{ filteredUsers . map ( ( user ) => (
321
315
< ShowcaseCard key = { user . title } user = { user } />
@@ -333,6 +327,11 @@ export default function Showcase(): JSX.Element {
333
327
< main className = "margin-vert--lg" >
334
328
< ShowcaseHeader />
335
329
< ShowcaseFilters />
330
+ < div
331
+ style = { { display : 'flex' , marginLeft : 'auto' } }
332
+ className = "container" >
333
+ < SearchBar />
334
+ </ div >
336
335
< ShowcaseCards />
337
336
</ main >
338
337
</ Layout >
You can’t perform that action at this time.
0 commit comments