Skip to content

Commit 914e77b

Browse files
Merge pull request #430 from IFRCGo/fix/change-ppp-dashboard-url
Change PPP Dashboard URL
2 parents 869f007 + 29308c4 commit 914e77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/GlobalThreeW/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function Component() {
300300
<iframe
301301
title={strings.PPPMapTitle}
302302
className={styles.pppIframe}
303-
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_OVERVIEW?:language=en-US&:display_count=n&:origin=viz_share_link?:embed=yes&:display_count=yes&:showVizHome=no&:toolbar=yes"
303+
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true:language=en-US&:origin=viz_share_link&:display_count=yes&:toolbar=yes"
304304
/>
305305
</Container>
306306
</>

0 commit comments

Comments
 (0)