diff --git a/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/index.js b/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/index.js index 38398e08fb..a32a0bac02 100644 --- a/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/LeftMenuList/index.js @@ -71,13 +71,10 @@ function LeftMenuList({ customLink, links, title }) { const renderCompo = (link, i) => { const { links, name, title, ...rest } = link; - console.log({ link }); if (links) { const isSearching = !isEmpty(search); - console.log({ links }); - return ( svg { + margin-top: auto; + margin-bottom: auto; color: #b3b5b9; + font-size: 12px; z-index: -1; }