Updated sample.json for pnp-sp-dev-spfx-web-parts-react-global-news-sp2019
This commit is contained in:
parent
ad6aef852e
commit
922f420387
|
@ -44,19 +44,19 @@
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-global-news-sp2019/assets/GlobalNews02.png",
|
"url": "/assets/GlobalNews02.png",
|
||||||
"alt": "Global News"
|
"alt": "Global News"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 101,
|
"order": 101,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-global-news-sp2019/assets/GlobalNews.png",
|
"url": "/assets/GlobalNews.png",
|
||||||
"alt": "Global News"
|
"alt": "Global News"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 102,
|
"order": 102,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-global-news-sp2019/assets/GlobalNews01.png",
|
"url": "/assets/GlobalNews01.png",
|
||||||
"alt": "Global News"
|
"alt": "Global News"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue