Skip to content

Commit

Permalink
feat: add back stats button in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 18, 2024
1 parent 7a5c128 commit 6c43a47
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/layout/SideMenuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
BugOutlined,
BulbOutlined,
GlobalOutlined,
LineChartOutlined,
// LineChartOutlined,
LinkOutlined,
NotificationOutlined,
Expand Down Expand Up @@ -55,11 +56,11 @@ export const DefaultMenu: MenuItem[] = [
// page: [ polkaStatsUrl ],
// icon: <BlockOutlined />,
// },
// {
// name: 'Statistics',
// page: ['/stats'],
// icon: <LineChartOutlined />,
// },
{
name: 'Statistics',
page: ['/stats'],
icon: <LineChartOutlined />,
},
Divider,
{
name: config.appName,
Expand Down

0 comments on commit 6c43a47

Please sign in to comment.