From 19db24d0d0dbbd6c7dfda83576ad876b7aff8aa6 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Tue, 14 Jan 2025 10:35:29 -0500 Subject: [PATCH] Fixed image previews --- samples/react-teams-tabs-graph/assets/sample.json | 4 ++-- ...t.png.png => react-teams-tabs-graph-webpart.png} | Bin ....png.png => react-teams-tabs-graph-webpart2.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename samples/react-teams-tabs-graph/assets/screenshots/{react-teams-tabs-graph-webpart.png.png => react-teams-tabs-graph-webpart.png} (100%) rename samples/react-teams-tabs-graph/assets/screenshots/{react-teams-tabs-graph-webpart2.png.png => react-teams-tabs-graph-webpart2.png} (100%) diff --git a/samples/react-teams-tabs-graph/assets/sample.json b/samples/react-teams-tabs-graph/assets/sample.json index 3377e5931e..7c96bac711 100644 --- a/samples/react-teams-tabs-graph/assets/sample.json +++ b/samples/react-teams-tabs-graph/assets/sample.json @@ -27,13 +27,13 @@ { "type": "image", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png?raw=true", + "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/refs/heads/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png", "alt": "MS Teams Channels and Tabs from Modern Team site" }, { "type": "image", "order": 101, - "url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png?raw=true", + "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-webparts/refs/heads/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png", "alt": "MS Teams Channels and Tabs from Modern Team site" } ], diff --git a/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png.png b/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png similarity index 100% rename from samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png.png rename to samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png diff --git a/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png.png b/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png similarity index 100% rename from samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png.png rename to samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png