Skip to content

Commit

Permalink
Merge pull request #517 from DalgoT4D/demo-changes-to-go
Browse files Browse the repository at this point in the history
  • Loading branch information
fatchat authored Jan 22, 2024
2 parents 9272c86 + 005b755 commit 5ce83ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export const sideMenu: MenuOption[] = [
path: '/analysis',
icon: (selected: boolean) => <AnalysisIcon fill={getColor(selected)} />,
},
{
index: 1.1,
title: 'Usage',
path: '/analysis/usage',
icon: (selected: boolean) => <AnalysisIcon fill={getColor(selected)} />,
parent: 1,
},
// {
// index: 1.1,
// title: 'Usage',
// path: '/analysis/usage',
// icon: (selected: boolean) => <AnalysisIcon fill={getColor(selected)} />,
// parent: 1,
// },
{
index: 2,
title: 'Pipeline overview',
Expand Down

0 comments on commit 5ce83ee

Please sign in to comment.