From 71091f20a1e38b645668f0c88a8143fb9e6e27cd Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 1 Mar 2026 10:16:39 -0800 Subject: [PATCH] Add emojis to URLs and Logs tabs --- src/client/components/DashboardLanding.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/components/DashboardLanding.tsx b/src/client/components/DashboardLanding.tsx index 9943bfa..39ac404 100644 --- a/src/client/components/DashboardLanding.tsx +++ b/src/client/components/DashboardLanding.tsx @@ -66,8 +66,8 @@ export function DashboardLanding({ render }: { render: () => void }) { - switchTab('urls')}>URLs - switchTab('logs')}>Logs + switchTab('urls')}>🔗 URLs + switchTab('logs')}>📋 Logs {dashboardTools.map(tool => { const toolName = typeof tool.tool === 'string' ? tool.tool : tool.name return (