Fixed broken images
This commit is contained in:
parent
c91f2cd5d1
commit
a7284c3d59
|
@ -43,19 +43,19 @@
|
|||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "/assets/GlobalNews02.png",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-global-news-sp2019/assets/GlobalNews02.png",
|
||||
"alt": "Global News"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 101,
|
||||
"url": "/assets/GlobalNews.png",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-global-news-sp2019/assets/GlobalNews.png",
|
||||
"alt": "Global News"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 102,
|
||||
"url": "/assets/GlobalNews01.png",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-global-news-sp2019/assets/GlobalNews01.png",
|
||||
"alt": "Global News"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue