Update sample.json (#3778)

Fixing broken image reference
This commit is contained in:
Vesa Juvonen 2023-06-20 14:43:54 +03:00 committed by GitHub
parent 2512a1cbed
commit 8665d4665a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-invoice-generator/assets/YOUR-IMAGE-NAME-HERE",
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-invoice-generator/assets/invoice.PNG",
"alt": "Web Part Preview"
}
],