Skip to content

Commit

Permalink
Update Welcome Guides to use s.w.org image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 27, 2021
1 parent 8809eb8 commit ba125b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ export default function WelcomeGuide( { sidebar } ) {
<img
className="customize-widgets-welcome-guide__image customize-widgets-welcome-guide__image__prm-np"
alt=""
src="images/block-editor/welcome-editor.gif"
src="https://s.w.org/images/block-editor/welcome-editor.gif"
width="312"
height="240"
/>
<img
className="customize-widgets-welcome-guide__image customize-widgets-welcome-guide__image__prm-r"
alt=""
src="images/block-editor/welcome-editor.svg"
src="https://s.w.org/images/block-editor/welcome-editor.svg"
width="312"
height="240"
/>
Expand Down
16 changes: 8 additions & 8 deletions packages/edit-post/src/components/welcome-guide/images.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions packages/edit-widgets/src/components/welcome-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ export default function WelcomeGuide() {
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-np"
alt=""
src="images/block-editor/welcome-canvas.gif"
src="https://s.w.org/images/block-editor/welcome-canvas.gif"
width="312"
height="240"
/>
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-r"
alt=""
src="images/block-editor/welcome-canvas.svg"
src="https://s.w.org/images/block-editor/welcome-canvas.svg"
width="312"
height="240"
/>
Expand Down Expand Up @@ -124,14 +124,14 @@ export default function WelcomeGuide() {
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-np"
alt=""
src="images/block-editor/welcome-editor.gif"
src="https://s.w.org/images/block-editor/welcome-editor.gif"
width="312"
height="240"
/>
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-r"
alt=""
src="images/block-editor/welcome-editor.svg"
src="https://s.w.org/images/block-editor/welcome-editor.svg"
width="312"
height="240"
/>
Expand All @@ -156,14 +156,14 @@ export default function WelcomeGuide() {
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-np"
alt=""
src="images/block-editor/welcome-library.gif"
src="https://s.w.org/images/block-editor/welcome-library.gif"
width="312"
height="240"
/>
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-r"
alt=""
src="images/block-editor/welcome-library.svg"
src="https://s.w.org/images/block-editor/welcome-library.svg"
width="312"
height="240"
/>
Expand Down Expand Up @@ -199,14 +199,14 @@ export default function WelcomeGuide() {
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-np"
alt=""
src="images/block-editor/welcome-documentation.gif"
src="https://s.w.org/images/block-editor/welcome-documentation.gif"
width="312"
height="240"
/>
<img
className="edit-widgets-welcome-guide__image edit-widgets-welcome-guide__image__prm-r"
alt=""
src="images/block-editor/welcome-documentation.svg"
src="https://s.w.org/images/block-editor/welcome-documentation.svg"
width="312"
height="240"
/>
Expand Down

0 comments on commit ba125b5

Please sign in to comment.