From 2f14c6a8427e01a6d6083c36622fd5a728f099c3 Mon Sep 17 00:00:00 2001
From: Victor Turgeon <76506447+Medenos@users.noreply.github.com>
Date: Sun, 30 Oct 2022 13:13:34 -0700
Subject: [PATCH] Carousel links + press "Enter" to search (pu juste le
boutton)
---
.../src/components/FeaturedList.js | 24 +++++++++++--------
.../src/components/ResearchBar.js | 15 +++++++++---
.../grosses-mitaines-ui/src/pages/Morceaux.js | 8 +------
3 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js b/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js
index 86380ff..ba7a41a 100644
--- a/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js
+++ b/GrossesMitaines/grosses-mitaines-ui/src/components/FeaturedList.js
@@ -1,21 +1,25 @@
import { Carousel } from "react-bootstrap";
+import { Link } from "react-router-dom";
const FeaturedList = ({ products }) => {
if (products === null)
return (<>>);
return (
{product.description} {product.description}
-
{product.title}
- Seulement
- {product.promoPrice} $ CA
-
+
{product.title}
+ Seulement
+ {product.promoPrice} $ CA
+