Fixed broken images

This commit is contained in:
Hugo Bernier 2023-01-02 15:36:00 -05:00 committed by GitHub
parent c91f2cd5d1
commit a7284c3d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}
],