diff --git a/packages/edit-site/src/components/sidebar-navigation-screen/index.js b/packages/edit-site/src/components/sidebar-navigation-screen/index.js index c6b3742a3fd8bc..473b28245eaee5 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen/index.js @@ -36,7 +36,6 @@ export default function SidebarNavigationScreen( { isRoot, title, actions, - meta, content, footer, description, @@ -121,14 +120,6 @@ export default function SidebarNavigationScreen( { ) } - { meta && ( - <> -
- { meta } -
- - ) } -
{ description && (

diff --git a/packages/edit-site/src/components/sidebar-navigation-screen/style.scss b/packages/edit-site/src/components/sidebar-navigation-screen/style.scss index 71704653b4cd89..c4ee3f26599b18 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen/style.scss +++ b/packages/edit-site/src/components/sidebar-navigation-screen/style.scss @@ -27,29 +27,6 @@ } } -.edit-site-sidebar-navigation-screen__meta { - margin: 0 0 $grid-unit-20 $grid-unit-20; - color: $gray-400; - .components-text { - color: $gray-400; - } -} - -.edit-site-sidebar-navigation-screen__page-link { - color: $gray-600; - display: inline-block; - word-break: break-word; - - &:hover, - &:focus { - color: $white; - } - - .components-external-link__icon { - margin-left: $grid-unit-05; - } -} - .edit-site-sidebar-navigation-screen__title-icon { position: sticky; top: 0;