From bade2e1268887f024e71b2636820c844d815832d Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Fri, 25 Jan 2019 17:36:02 -0500 Subject: [PATCH] Replace the fullscreen "exit" icon with a back arrow (#13403) As per the notes in #10813, this PR updates the full screen "Exit" icon with a "Back" icon and label instead. This icon is more common across the web, and will thus be a bit less confusing for users. Note: The original issue suggested using a Material icon, but I've just swapped this out with the equivalent Dashicon for simplicity in implementtion. If someone knows how to swap that out with a SVG, go for it. :thumbsup: --- .../src/components/header/fullscreen-mode-close/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-post/src/components/header/fullscreen-mode-close/index.js b/packages/edit-post/src/components/header/fullscreen-mode-close/index.js index 00aa63134d1b7..2cbde749470f6 100644 --- a/packages/edit-post/src/components/header/fullscreen-mode-close/index.js +++ b/packages/edit-post/src/components/header/fullscreen-mode-close/index.js @@ -19,12 +19,12 @@ function FullscreenModeClose( { isActive, postType } ) { return (