From 32f57fff8283ade014450017965bc581fde41230 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Feb 2026 10:27:10 +0100 Subject: [PATCH] Rename to Trading Reports --- components/mission-control/TradingPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mission-control/TradingPanel.tsx b/components/mission-control/TradingPanel.tsx index 89704fa..2f953ba 100644 --- a/components/mission-control/TradingPanel.tsx +++ b/components/mission-control/TradingPanel.tsx @@ -276,7 +276,7 @@ export function TradingPanel() { { id: 'execution', label: '⚡ Execution', count: trades.filter(t => t.status === 'open').length }, { id: 'journal', label: '📔 Journal', count: trades.length }, { id: 'tools', label: '🧮 Tools', count: 3 }, - { id: 'macro', label: '📊 Macro Report', count: 0 }, + { id: 'macro', label: '📈 Trading Reports', count: 0 }, ] const filteredTrades = trades.filter(t => {