Skip to content

Commit

Permalink
Enable tooltip for the main dashboard button (#38790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Feb 15, 2022
1 parent d3688d8 commit ecfaac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Header( { setEntitiesSavedStatesCallback } ) {
return (
<div className={ classes }>
<MainDashboardButton.Slot>
<FullscreenModeClose />
<FullscreenModeClose showTooltip />
</MainDashboardButton.Slot>
<div className="edit-post-header__toolbar">
<HeaderToolbar />
Expand Down

0 comments on commit ecfaac3

Please sign in to comment.