+ { __( + 'The Zoom Out view simplifies your editing experience by allowing you to create and edit at the pattern level rather than focusing on individual blocks.' + ) } +
+ > + ), + }, + ] } + /> + ); +} diff --git a/packages/editor/src/style.scss b/packages/editor/src/style.scss index d1af3095230f34..ac1d0d74dcd910 100644 --- a/packages/editor/src/style.scss +++ b/packages/editor/src/style.scss @@ -56,3 +56,4 @@ @import "./components/table-of-contents/style.scss"; @import "./components/text-editor/style.scss"; @import "./components/visual-editor/style.scss"; +@import "./components/welcome-guide/style.scss";