Skip to content

Commit

Permalink
Fixed image previews
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Jan 14, 2025
1 parent c6d2cb2 commit 19db24d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/react-teams-tabs-graph/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 19db24d

Please sign in to comment.