From 525166e62b793b351d1a6be2421c0a33b22f7b7b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Feb 2023 11:35:25 +0700 Subject: cart refactor --- src/core/components/elements/Appbar/Appbar.jsx | 2 +- src/core/components/elements/Popup/BottomPopup.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/components/elements') diff --git a/src/core/components/elements/Appbar/Appbar.jsx b/src/core/components/elements/Appbar/Appbar.jsx index 2a19ec6c..8d060c44 100644 --- a/src/core/components/elements/Appbar/Appbar.jsx +++ b/src/core/components/elements/Appbar/Appbar.jsx @@ -19,7 +19,7 @@ const AppBar = ({ title }) => { - + diff --git a/src/core/components/elements/Popup/BottomPopup.jsx b/src/core/components/elements/Popup/BottomPopup.jsx index e687cf20..5deceadf 100644 --- a/src/core/components/elements/Popup/BottomPopup.jsx +++ b/src/core/components/elements/Popup/BottomPopup.jsx @@ -6,7 +6,7 @@ const BottomPopup = ({ children, active, title, close }) => ( onClick={close} className={`overlay ${active ? 'block' : 'hidden'}`} /> -
+
{ title }