mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Update image placeholder URLs
This commit is contained in:
parent
ca510877b6
commit
4fb2a4ce95
1 changed files with 2 additions and 2 deletions
|
|
@ -62,13 +62,13 @@ export const createImage = id => ({
|
|||
name: 'square',
|
||||
height: 408,
|
||||
width: 408,
|
||||
url: 'https://placehold.it/408x408',
|
||||
url: 'https://via.placeholder.com/408x408',
|
||||
},
|
||||
{
|
||||
name: 'square2x',
|
||||
height: 816,
|
||||
width: 816,
|
||||
url: 'https://placehold.it/816x816',
|
||||
url: 'https://via.placeholder.com/816x816',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue