Skip to content

Commit

Permalink
Change order of menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 26, 2023
1 parent 37b5b3f commit 43dba78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/edit-site/src/components/global-styles/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ function GlobalStylesMenu() {
onClick: onReset,
isDisabled: ! canReset,
},
{
title: __( 'Additional CSS' ),
onClick: loadCustomCSS,
},
{
title: __( 'Welcome Guide' ),
onClick: () =>
toggle( 'core/edit-site', 'welcomeGuideStyles' ),
},
{
title: __( 'Additional CSS' ),
onClick: loadCustomCSS,
},
] }
/>
</GlobalStylesMenuFill>
Expand Down

0 comments on commit 43dba78

Please sign in to comment.