From b442d23e5056d79f8e5775f05b05621d62f4e484 Mon Sep 17 00:00:00 2001 From: Reza_ashrafi Date: Tue, 12 Jul 2022 13:50:18 +0430 Subject: [PATCH] update 5 files --- src/components/Empty/index.js | 2 +- src/views/Dashboard/layouts/Main/index.js | 2 +- src/views/Favorites/index.js | 17 ++++++++++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/Empty/index.js b/src/components/Empty/index.js index e54327b..b5eb611 100644 --- a/src/components/Empty/index.js +++ b/src/components/Empty/index.js @@ -7,7 +7,7 @@ export const Empty = ({ text, buttonText, buttonAction }) => { className="flex-1 flex flex-col justify-center items-center " style={{ minHeight: "calc(100vh - 120px)" }} > - {text} + {text} {buttonText && (