Skip to content

Commit

Permalink
chore: clean up dashboard buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Mar 8, 2024
1 parent e78f817 commit a48f033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/app/features/dashboard/dashboard-feature.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { UiContainer, UiDashboardGrid } from '@pubkey-ui/core'
import { IconApps, IconBug, IconListDetails, IconServer } from '@tabler/icons-react'
import { IconListDetails, IconServer } from '@tabler/icons-react'

export function DashboardFeature() {
return (
Expand All @@ -8,8 +8,6 @@ export function DashboardFeature() {
links={[
{ to: '/account', label: 'Account', icon: IconListDetails },
{ to: '/clusters', label: 'Clusters', icon: IconServer },
{ to: '/demo', label: 'Demo', icon: IconApps },
{ to: '/dev', label: 'Dev', icon: IconBug },
]}
/>
</UiContainer>
Expand Down

0 comments on commit a48f033

Please sign in to comment.