Skip to content

Commit

Permalink
Rename the menu for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 29, 2023
1 parent e39c5ad commit 2556a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/global-styles/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SLOT_FILL_NAME = 'GlobalStylesMenu';
const { Slot: GlobalStylesMenuSlot, Fill: GlobalStylesMenuFill } =
createSlotFill( SLOT_FILL_NAME );

function GlobalStylesMenu() {
function GlobalStylesActionMenu() {
const { toggle } = useDispatch( preferencesStore );
const { useGlobalStylesReset } = unlock( blockEditorExperiments );
const [ canReset, onReset ] = useGlobalStylesReset();
Expand Down Expand Up @@ -332,7 +332,7 @@ function GlobalStylesUI( { isStyleBookOpened, onCloseStyleBook } ) {
<GlobalStylesStyleBook onClose={ onCloseStyleBook } />
) }

<GlobalStylesMenu />
<GlobalStylesActionMenu />
</NavigatorProvider>
);
}
Expand Down

0 comments on commit 2556a9b

Please sign in to comment.