From be37dd525a10615310a48eb1e66447da27b5cf19 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Mon, 21 Jan 2019 11:00:51 -0500 Subject: [PATCH] Replace the fullscreen "exit" icon with a back arrow 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 00aa63134d1b76..2cbde749470f62 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 (