diff --git a/dashboard/src/App.tsx b/dashboard/src/App.tsx index e0c2baac..d2230c2d 100644 --- a/dashboard/src/App.tsx +++ b/dashboard/src/App.tsx @@ -130,14 +130,22 @@ const App = () => { } as React.CSSProperties } > + {sidebarOpen && ( + -
+
{ apiBaseUrl={apiBaseUrl} onViewAll={() => setActiveTab('notifications')} /> -
m.id === activeTab)?.label} > -
-
-

+
+
+

{menuItems.find((m) => m.id === activeTab)?.label}

-

+

{activeTab === 'dashboard' && 'Manage anchor operations, branding, and flow requirements from a single backend-driven surface.'} {activeTab === 'deposit' && 'Initiate a new on-ramp transaction via SEP-24.'} @@ -257,7 +268,7 @@ const App = () => { {loadingState === 'error' ? (