Sleeeeeep ZZZ

This commit is contained in:
Victor Turgeon
2022-10-18 01:19:39 -07:00
parent b9787c7aff
commit 4e61ad4aa3
4 changed files with 23 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ const FeaturedList = ({ products }) => {
return (
<Carousel variant="dark" className="featured-lst">
{products.map((product) => (
<Carousel.Item className="featured-itm">
<Carousel.Item key={product.id} className="featured-itm">
<img
className="featured-img"
src={product.imageUrl}

View File

@@ -31,8 +31,8 @@ const Topbar = () => {
<Link className="nav-link" to="/privacy" >
Vie privée
</Link>
<Dropdown>
<Dropdown.Toggle className="dropdown-gestion">
<Dropdown className="dropdown-gestion-container">
<Dropdown.Toggle className="dropdown-gestion" >
Gestion
</Dropdown.Toggle>