Skip to content

Commit

Permalink
Replace the fullscreen "x" icon with an exit arrow (#9838)
Browse files Browse the repository at this point in the history
As per comments in #9567. The `x` icon to close the editor while in fullscreen mode could be misconstrued as a button for closing full screen mode. Since the button actually takes you back to the All Posts screen, an exit icon makes more sense here.
  • Loading branch information
kjellr authored Sep 19, 2018
1 parent f175813 commit d5bbd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/components/header/fullscreen-mode-close/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function FullscreenModeClose( { isActive, postType } ) {
return (
<Toolbar className="edit-post-fullscreen-mode-close__toolbar">
<IconButton
icon="no-alt"
icon="exit"
href={ addQueryArgs( 'edit.php', { post_type: postType.slug } ) }
label={ get(
postType,
Expand Down

0 comments on commit d5bbd81

Please sign in to comment.