File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/containers/AsideNavigation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import cn from 'bem-cn-lite';
77import { Icon , Button } from '@gravity-ui/uikit' ;
88import { AsideHeader , MenuItem as AsideHeaderMenuItem , FooterItem } from '@gravity-ui/navigation' ;
99
10- import squareChartBarIcon from '@gravity-ui/icons/svgs/square-chart-bar .svg' ;
10+ import terminalIcon from '@gravity-ui/icons/svgs/terminal .svg' ;
1111import pulseIcon from '@gravity-ui/icons/svgs/pulse.svg' ;
1212
1313import signOutIcon from '../../assets/icons/signOut.svg' ;
@@ -141,7 +141,7 @@ export const useGetLeftNavigationItems = () => {
141141 {
142142 id : TENANT_PAGES_IDS . query ,
143143 title : 'Query' ,
144- icon : squareChartBarIcon ,
144+ icon : terminalIcon ,
145145 iconSize : 20 ,
146146 location : getTenantPath ( {
147147 ...queryParams ,
You can’t perform that action at this time.
0 commit comments