We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0b98b commit 1075946Copy full SHA for 1075946
1 file changed
apps/dashboard/src/routes/index.tsx
@@ -8,7 +8,6 @@ import {
8
ArrowUpRight,
9
Bot,
10
CalendarRange,
11
- ChartNoAxesCombined,
12
RefreshCcw,
13
Search,
14
} from 'lucide-react'
@@ -98,10 +97,6 @@ function Home() {
98
97
onChange={setSelectedProjectIds}
99
selectedProjectIds={selectedProjectIds}
100
/>
101
- <button className="toolbar-chip" type="button">
102
- <ChartNoAxesCombined className="size-4" />
103
- {activeSnapshot.headline.environment}
104
- </button>
105
<div className="toolbar-chip toolbar-chip-wide gap-3 pr-3">
106
<CalendarRange className="size-4" />
107
<Select
0 commit comments