From 77efab57e47cbd5bb71c40b57359ce176d146470 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Wed, 24 Jun 2026 17:14:34 -0600 Subject: [PATCH] =?UTF-8?q?[RELEASE]=20fix(tangle-cloud):=20polish=20disco?= =?UTF-8?q?nnected=20home=20=E2=80=94=20clean=20CTA=20panel,=20hide=20wall?= =?UTF-8?q?et-scoped=20TVL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disconnected visitors now see: global stats strip + a clean centered CTA panel ('Connect to deploy services') with browse/view-operators buttons. The wallet-scoped 'My Deposits' tabs are hidden until connected (they were a competing empty state). This removes the last dead-space panel from the disconnected landing page. --- .../tangle-cloud/src/pages/instances/page.tsx | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/apps/tangle-cloud/src/pages/instances/page.tsx b/apps/tangle-cloud/src/pages/instances/page.tsx index 338358b6c..e2344e4c3 100644 --- a/apps/tangle-cloud/src/pages/instances/page.tsx +++ b/apps/tangle-cloud/src/pages/instances/page.tsx @@ -164,9 +164,29 @@ const Page = () => { ) : ( - + <> + +
+

+ Connect a wallet to deploy services +

+

+ Register operator capacity, request blueprint instances, manage + service approvals, and track your earnings. +

+
+ + +
+
+ )} - + + {isConnected && } ); };