From 8665d4665a631c3f7e7dd974df55812b615eabe8 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Tue, 20 Jun 2023 14:43:54 +0300 Subject: [PATCH] Update sample.json (#3778) Fixing broken image reference --- samples/react-invoice-generator/assets/sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-invoice-generator/assets/sample.json b/samples/react-invoice-generator/assets/sample.json index aeaa3edc5..331cc3701 100644 --- a/samples/react-invoice-generator/assets/sample.json +++ b/samples/react-invoice-generator/assets/sample.json @@ -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" } ], @@ -47,4 +47,4 @@ } ] } -] \ No newline at end of file +]