From 01279970dd71e6f2a80601d94184adbfc341fc2a Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Wed, 10 Jan 2024 20:23:56 -0800 Subject: [PATCH] Fixed image path --- samples/react-azure-openai-api-stream/assets/sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-azure-openai-api-stream/assets/sample.json b/samples/react-azure-openai-api-stream/assets/sample.json index 4bd735795..f395359a7 100644 --- a/samples/react-azure-openai-api-stream/assets/sample.json +++ b/samples/react-azure-openai-api-stream/assets/sample.json @@ -28,7 +28,7 @@ { "type": "image", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-azure-openai-api-stream/assets/react-azure-openai-api-stream.gif", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-application-teams-chats-sharepoint/assets/Microsoft%20Teams%20chat%20in%20SharePoint%20sites.gif", "alt": "Web Part Preview" } ],