-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Welcome Guides to use external image URLs (#32026)
- Loading branch information
1 parent
c49d625
commit 52606e5
Showing
11 changed files
with
100 additions
and
276 deletions.
There are no files selected for viewing
16 changes: 0 additions & 16 deletions
16
packages/customize-widgets/src/components/welcome-guide/images.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default function WelcomeGuideImage( { nonAnimatedSrc, animatedSrc } ) { | ||
return ( | ||
<picture className="edit-post-welcome-guide__image"> | ||
<source | ||
srcSet={ nonAnimatedSrc } | ||
media="(prefers-reduced-motion: reduce)" | ||
/> | ||
<img src={ animatedSrc } width="312" height="240" alt="" /> | ||
</picture> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
packages/edit-post/src/components/welcome-guide/style.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 0 additions & 80 deletions
80
packages/edit-widgets/src/components/welcome-guide/images.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
packages/edit-widgets/src/components/welcome-guide/style.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters