Skip to content

Commit d3ae020

Browse files
committed
Fixes image
1 parent 41fbf6c commit d3ae020

22 files changed

Lines changed: 35 additions & 35 deletions

apps/docs/components/examples/BackgroundBlendModePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function BackgroundBlendModePreview() {
3636
}}>
3737
<styled.div styles={styles} style={{
3838
backgroundColor: '#6465ff',
39-
backgroundImage: 'url(https://source.unsplash.com/random)',
39+
backgroundImage: 'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
4040
backgroundSize: 'cover',
4141
height: '100%',
4242
width: '100%',

apps/docs/components/examples/BackgroundImageColorBlendPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function BackgroundImageBlendModePreview() {
3434
}}>
3535
<styled.div styles={styles} style={{
3636
backgroundColor: '#6465ff',
37-
backgroundImage: 'url(https://source.unsplash.com/random)',
37+
backgroundImage: 'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
3838
backgroundSize: 'cover',
3939
height: '100%',
4040
width: '100%',

apps/docs/components/examples/BoxShadowPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function BoxShadowPreview() {
4545
display: 'flex',
4646
alignItems: 'center',
4747
justifyContent: 'center',
48-
backgroundImage: 'url(https://source.unsplash.com/random/1920x1080)',
48+
backgroundImage: 'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
4949
backgroundSize: 'cover',
5050
backgroundPosition: 'center center',
5151
transition: 'all .2s ease-in-out',

apps/docs/components/examples/CardPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const CardPreview = () => {
1010
<>
1111
<div>
1212
<styled.a styles={styles}>
13-
<img src='https://source.unsplash.com/random' />
13+
<img src='https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg' />
1414
<h1>Heading</h1>
1515
<p>Body text</p>
1616
</styled.a>

apps/docs/components/examples/FilterPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function FilterPreview() {
3737
mb: 3,
3838
}}>
3939
<styled.div styles={styles}>
40-
<img src='https://source.unsplash.com/random' sx={{display: 'block', width: '100%', }}/>
40+
<img src='https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg' sx={{display: 'block', width: '100%', }}/>
4141
</styled.div>
4242
</section>
4343
<Editor styles={styles} onChange={setStyles} theme={defaultTheme}>

apps/docs/components/examples/MixBlendModePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function MixBlendModePreview() {
3636
}}>
3737
<div sx={{
3838
backgroundColor: '#6465ff',
39-
backgroundImage: 'url(https://source.unsplash.com/random)',
39+
backgroundImage: 'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
4040
backgroundSize: 'cover',
4141
height: '100%',
4242
width: '100%',

apps/docs/components/examples/OpacityPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function OpacityPreview() {
3636
}}>
3737
<styled.div styles={styles} style={{
3838
backgroundColor: '#6465ff',
39-
backgroundImage: 'url(https://source.unsplash.com/random)',
39+
backgroundImage: 'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
4040
backgroundSize: 'cover',
4141
height: '100%',
4242
width: '100%',

apps/docs/components/examples/TransitionPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function TransitionPreview() {
6060
alignItems: 'center',
6161
justifyContent: 'center',
6262
backgroundImage:
63-
'url(https://source.unsplash.com/random/1920x1080)',
63+
'url(https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg)',
6464
backgroundSize: 'cover',
6565
backgroundPosition: 'center center',
6666
transition: 'all .2s ease-in-out',

apps/docs/data/initial-html-editor-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const initialValue: any = {
148148
{
149149
tagName: 'img',
150150
attributes: {
151-
src: 'https://source.unsplash.com/random/1920x1280',
151+
src: 'https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg',
152152
title: 'Image - <img />',
153153
},
154154
style: {

apps/docs/data/initial-styles-align-content-preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const initialStyles: any = {
5050
borderImageSource: [
5151
{
5252
type: 'url',
53-
arguments: ['https://source.unsplash.com/random'],
53+
arguments: ['https://dlu344star2bj.cloudfront.net/i/3090-0015.jpg'],
5454
},
5555
],
5656
padding: {

0 commit comments

Comments
 (0)