From b25f3bb16a935203079ca6079b0f0920d1f35866 Mon Sep 17 00:00:00 2001 From: mattherzog Date: Sun, 12 May 2024 21:38:06 -0700 Subject: [PATCH] Updating layout and separation of connect modal (#55) --- src/components/PlaygroundConnect.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/PlaygroundConnect.tsx b/src/components/PlaygroundConnect.tsx index cc82b1b..97d9381 100644 --- a/src/components/PlaygroundConnect.tsx +++ b/src/components/PlaygroundConnect.tsx @@ -35,7 +35,7 @@ const TokenConnect = ({ return (
-
+
-
+

Connect to playground

-

- {copy} -

+

{copy}

{CLOUD_ENABLED && ( -
+
{ @@ -130,4 +128,3 @@ export const PlaygroundConnect = ({
); }; -