Skip to content

Commit

Permalink
Add beta label.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Apr 20, 2022
1 parent 417bf67 commit df1ecaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export default function NavigationMenuSidebar() {
<Flex>
<FlexBlock>
<strong>{ __( 'Navigation Menus' ) }</strong>
<span className="edit-site-navigation-sidebar__beta">
{ __( 'Beta' ) }
</span>
</FlexBlock>
</Flex>
}
Expand Down
1 change: 1 addition & 0 deletions packages/edit-site/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
padding: $grid-unit-20;
}

.edit-site-navigation-sidebar__beta,
.edit-site-global-styles-sidebar__beta {
display: inline-flex;
margin-left: $grid-unit-10;
Expand Down

0 comments on commit df1ecaa

Please sign in to comment.