From 911794d6973cc6f2b2bf61e973cfb9a9469669a8 Mon Sep 17 00:00:00 2001 From: Jiku Godwill Date: Tue, 27 Aug 2024 22:22:26 +0100 Subject: [PATCH] fixed store UI at launchpad --- .../Mintbase/App/LaunchPad/Contracts.jsx | 51 +++++++++---------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/apps/Mintbase/widget/Mintbase/App/LaunchPad/Contracts.jsx b/apps/Mintbase/widget/Mintbase/App/LaunchPad/Contracts.jsx index 751f2e7c..9884159f 100644 --- a/apps/Mintbase/widget/Mintbase/App/LaunchPad/Contracts.jsx +++ b/apps/Mintbase/widget/Mintbase/App/LaunchPad/Contracts.jsx @@ -302,35 +302,32 @@ const Contracts = () => { return ( - {!stores.length && - !isHome( -
-
-
-

- Deploy your own store to mint NFTs from -

{" "} -

- You don't have any stores yet — let's create your first one! - Or refresh the page if you just deployed (could take up to 5 - minutes). -

-
- + {!stores.length && !isHome && ( +
+
+
+

Deploy your own store to mint NFTs from

{" "} +

+ You don't have any stores yet — let's create your first one! Or + refresh the page if you just deployed (could take up to 5 + minutes). +

+
- )} +
+ )} <>
Your Contracts