Skip to content

Commit

Permalink
Update AppDebtToGdpUpd.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Dec 27, 2024
1 parent ba41300 commit 07c129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updated/AppDebtToGdpUpd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '@undp-data/undp-visualization-library/dist/style.css';
function AppDebtToGdpUpd() {
return (
<div>
<SingleGraphDashboardFromConfig config='/debtToGDP.json' />
<SingleGraphDashboardFromConfig config='https://raw.githubusercontent.com/UNDP-Data/dv-debt-all-data-repo/refs/heads/main/config-2024/debtToGDP.json' />
</div>
);
}
Expand Down

0 comments on commit 07c129a

Please sign in to comment.