Skip to content

Commit

Permalink
Update the graphic that appears in the Template Editor welcome guide (#…
Browse files Browse the repository at this point in the history
…32055)

* Update graphic

* Update graphic

* add svg for reduced movement preferences

* Update the animation
  • Loading branch information
jameskoster authored and youknowriad committed May 31, 2021
1 parent 1a82d41 commit 28926fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/edit-post/src/components/welcome-guide/images.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/edit-post/src/components/welcome-guide/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { __ } from '@wordpress/i18n';
/**
* Internal dependencies
*/
import { DocumentationImage } from './images';
import { TemplateEditorImage } from './images';
import { store as editPostStore } from '../../store';

export default function WelcomeGuideTemplate() {
Expand All @@ -22,7 +22,7 @@ export default function WelcomeGuideTemplate() {
onFinish={ () => toggleFeature( 'welcomeGuideTemplate' ) }
pages={ [
{
image: <DocumentationImage />,
image: <TemplateEditorImage />,
content: (
<>
<h1 className="edit-post-welcome-guide__heading">
Expand Down

0 comments on commit 28926fd

Please sign in to comment.