Carousselle des produits vedettes et search bar reconstitué
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
const ResearchBar = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<input placeholder="Rechercher..."></input>
|
||||
<button>
|
||||
<div className="research-container">
|
||||
<input className="research-input" placeholder="Rechercher..."></input>
|
||||
<button className="research-btn">
|
||||
<div className="fa fa-search"/>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user