Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Nov 15, 2021
1 parent 597a16a commit ec69959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/welcome-guide/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default function WelcomeGuideEditor() {
{
image: (
<WelcomeGuideImage
nonAnimatedSrc=""
animatedSrc="https://user-images.githubusercontent.com/4933/140506067-cd8cbab4-9a36-4e17-b3ad-c4d86659ffa3.gif"
nonAnimatedSrc="https://s.w.org/images/block-editor/edit-your-site.svg?1"
animatedSrc="https://s.w.org/images/block-editor/edit-your-site.gif?1"
/>
),
content: (
Expand Down
12 changes: 6 additions & 6 deletions packages/edit-site/src/components/welcome-guide/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function WelcomeGuideStyles() {
{
image: (
<WelcomeGuideImage
nonAnimatedSrc=""
animatedSrc="https://user-images.githubusercontent.com/4933/140506059-88d5f9d2-219f-4448-9e3e-4325208f3be0.gif"
nonAnimatedSrc="https://s.w.org/images/block-editor/welcome-to-styles.svg?1"
animatedSrc="https://s.w.org/images/block-editor/welcome-to-styles.gif?1"
/>
),
content: (
Expand All @@ -44,8 +44,8 @@ export default function WelcomeGuideStyles() {
{
image: (
<WelcomeGuideImage
nonAnimatedSrc=""
animatedSrc="https://user-images.githubusercontent.com/4933/140503972-f10ab71a-b86e-4f73-935b-dd277e782a57.gif"
nonAnimatedSrc="https://s.w.org/images/block-editor/set-the-design.svg?1"
animatedSrc="https://s.w.org/images/block-editor/set-the-design.gif?1"
/>
),
content: (
Expand All @@ -64,8 +64,8 @@ export default function WelcomeGuideStyles() {
{
image: (
<WelcomeGuideImage
nonAnimatedSrc=""
animatedSrc="https://user-images.githubusercontent.com/4933/140499197-e497a167-edb8-4bfa-a462-3065dc962aba.gif"
nonAnimatedSrc="https://s.w.org/images/block-editor/personalize-blocks.svg?1"
animatedSrc="https://s.w.org/images/block-editor/personalize-blocks.gif?1"
/>
),
content: (
Expand Down

0 comments on commit ec69959

Please sign in to comment.