diff --git a/interface/src/components/layout/LayoutMenu.tsx b/interface/src/components/layout/LayoutMenu.tsx index d0e016491..713770f12 100644 --- a/interface/src/components/layout/LayoutMenu.tsx +++ b/interface/src/components/layout/LayoutMenu.tsx @@ -54,7 +54,6 @@ const LayoutMenu = () => { - { mb: '2px', color: 'lightblue' }} - secondary={ - LL.CUSTOMIZATIONS() + - ', ' + - LL.SCHEDULER() + - ', ' + - LL.CUSTOM_ENTITIES(0) + - '...' - } - secondaryTypographyProps={{ - noWrap: true, - fontSize: 12, - color: menuOpen ? 'rgba(0,0,0,0)' : 'rgba(255,255,255,0.5)' - }} + // secondary={ + // LL.CUSTOMIZATIONS() + + // ', ' + + // LL.SCHEDULER() + + // ', ' + + // LL.CUSTOM_ENTITIES(0) + + // '...' + // } + // secondaryTypographyProps={{ + // noWrap: true, + // fontSize: 12, + // color: menuOpen ? 'rgba(0,0,0,0)' : 'rgba(255,255,255,0.5)' + // }} sx={{ my: 0 }} /> { {menuOpen && ( <> + +