UI updation in Collection.
This commit is contained in:
parent
4a66dad07a
commit
a8c10a0a9a
@ -140,13 +140,13 @@ const CollectionPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="col-12 col-sm-8 d-block d-sm-flex justify-content-end ga-2 align-items-center gap-2">
|
<div className="col-12 col-sm-8 d-block d-sm-flex justify-content-end ga-2 align-items-center gap-2">
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
value={searchText}
|
value={searchText}
|
||||||
onChange={(e) => setSearchText(e.target.value)}
|
onChange={(e) => setSearchText(e.target.value)}
|
||||||
placeholder="Search Collection"
|
placeholder="Search Collection"
|
||||||
className="form-control form-control-sm mt-2 mt-sm-0"
|
className="form-control form-control-sm w-25 mt-2 mt-sm-0"
|
||||||
/>
|
/>
|
||||||
<div className="d-flex justify-content-between justify-content-sm-between mt-2 mt-sm-0">
|
<div className="d-flex justify-content-between justify-content-sm-between mt-2 mt-sm-0">
|
||||||
<FormProvider {...methods} className="me-3">
|
<FormProvider {...methods} className="me-3">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user