fixed image path

This commit is contained in:
Hugo Bernier 2023-11-19 14:40:09 -08:00 committed by GitHub
parent 239688bf82
commit 1f2c411017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{ {
"type": "image", "type": "image",
"order": 100, "order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-environment-settings/assets/Demo.gif", "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/main/samples/react-environment-settings/assets/demo.gif",
"alt": "Web Part Preview" "alt": "Web Part Preview"
} }
], ],