From 7258881a0c710b30e340cd68de5fb5351566f2cb Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Tue, 24 May 2022 01:32:36 -0400 Subject: [PATCH 1/3] comments out double trouble maker --- src/components/AddNotification/AddNotification.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AddNotification/AddNotification.js b/src/components/AddNotification/AddNotification.js index 170fd51..dfe679d 100644 --- a/src/components/AddNotification/AddNotification.js +++ b/src/components/AddNotification/AddNotification.js @@ -46,10 +46,10 @@ const AddNotification = (props) => {
- - */} + {/* + */}
continue shopping
From 69a6a1867dd3d8df06fbf72c04944d785d5af755 Mon Sep 17 00:00:00 2001 From: Prince Wilson Date: Tue, 24 May 2022 09:48:56 -0400 Subject: [PATCH 2/3] fix: Move notification card out of cart button --- src/components/AddNotification/AddNotification.js | 6 +++--- src/components/Header/Header.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AddNotification/AddNotification.js b/src/components/AddNotification/AddNotification.js index dfe679d..c6de416 100644 --- a/src/components/AddNotification/AddNotification.js +++ b/src/components/AddNotification/AddNotification.js @@ -46,10 +46,10 @@ const AddNotification = (props) => {
- {/* */} - {/* + */} +
continue shopping
diff --git a/src/components/Header/Header.js b/src/components/Header/Header.js index 507918b..27bc0ac 100644 --- a/src/components/Header/Header.js +++ b/src/components/Header/Header.js @@ -154,10 +154,10 @@ const Header = (prop) => {
1
-
- -
+
+ setShowMiniCart(true)} /> +
From 1d54452551b98839de3abe139867b597253cb065 Mon Sep 17 00:00:00 2001 From: Prince Wilson Date: Tue, 24 May 2022 09:57:10 -0400 Subject: [PATCH 3/3] lint --- src/components/AddNotification/AddNotification.js | 4 +++- src/components/Header/Header.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/AddNotification/AddNotification.js b/src/components/AddNotification/AddNotification.js index c6de416..ad375d7 100644 --- a/src/components/AddNotification/AddNotification.js +++ b/src/components/AddNotification/AddNotification.js @@ -46,7 +46,9 @@ const AddNotification = (props) => {
- + diff --git a/src/components/Header/Header.js b/src/components/Header/Header.js index 27bc0ac..e3b6cec 100644 --- a/src/components/Header/Header.js +++ b/src/components/Header/Header.js @@ -156,7 +156,7 @@ const Header = (prop) => {
- setShowMiniCart(true)} /> + setShowMiniCart(true)} />