From 943add73e0e03ce237a889405bafe3e210c5dd80 Mon Sep 17 00:00:00 2001 From: valefar-on-discord <124839138+valefar-on-discord@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:28:11 -0600 Subject: [PATCH 1/6] Show footer when not connected --- src/App.tsx | 6 ++---- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1fe02cc..ccb2394 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -65,9 +65,6 @@ function AppContent() { return null; } - const isDashboardNoWallet = - location.pathname === "/dashboard" && !isConnected; - return ( @@ -80,7 +77,8 @@ function AppContent() { - {!isDashboardNoWallet &&