Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastavarex2 committed Jan 29, 2024
1 parent e72be74 commit a6f3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inlines/BasicInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const BasicInfo = ({ content }) => {
</Button>
<br></br> <br></br>
<Box className={classes.datavizButton} bgcolor="#0B60B0" color="#FFFFFF" borderRadius="39px" fontSize="12px" display="flex" alignItems="center" style={{ flexWrap: "wrap" }}>
<a href="https://viz.dados.rio/#/plano-verao" target="_blank" className={classes.datavizLink} >
<a href="https://viz-staging.dados.rio/#/plano-verao" target="_blank" className={classes.datavizLink} >
Panorama especial das obras de resiliência climática
<OpenInNewIcon style={{ fontSize: '20px', paddingLeft: "7px" }} />
</a>
Expand Down

0 comments on commit a6f3291

Please sign in to comment.