Skip to content

Commit

Permalink
Update DemoContextProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eschuerg authored Apr 8, 2024
1 parent 949c856 commit af77056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DemoContextProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let demoProviderUrls = [
"https://mapcomponents.github.io/react-map-components-apps/mc_meta.json",
"https://mapcomponents.github.io/react-admin-demo-apps/mc_meta.json",
"https://mapcomponents.github.io/european_wolves_app/mc_meta.json",
"https://github.com/mapcomponents/pwa-demo/mc_meta.json"
"https://raw.githubusercontent.com/mapcomponents/pwa-demo/main/mc_meta.json"
];

const DemoContextProvider = ({ children }) => {
Expand Down

0 comments on commit af77056

Please sign in to comment.