Add emojis to URLs and Logs tabs
This commit is contained in:
parent
64d5295fde
commit
71091f20a1
|
|
@ -66,8 +66,8 @@ export function DashboardLanding({ render }: { render: () => void }) {
|
||||||
</DashboardHeader>
|
</DashboardHeader>
|
||||||
|
|
||||||
<TabBar centered>
|
<TabBar centered>
|
||||||
<Tab active={dashboardTab === 'urls' || undefined} onClick={() => switchTab('urls')}>URLs</Tab>
|
<Tab active={dashboardTab === 'urls' || undefined} onClick={() => switchTab('urls')}>🔗 URLs</Tab>
|
||||||
<Tab active={dashboardTab === 'logs' || undefined} onClick={() => switchTab('logs')}>Logs</Tab>
|
<Tab active={dashboardTab === 'logs' || undefined} onClick={() => switchTab('logs')}>📋 Logs</Tab>
|
||||||
{dashboardTools.map(tool => {
|
{dashboardTools.map(tool => {
|
||||||
const toolName = typeof tool.tool === 'string' ? tool.tool : tool.name
|
const toolName = typeof tool.tool === 'string' ? tool.tool : tool.name
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user