Skip to content

Commit

Permalink
Merge pull request #66 from unicef-drp/new-links
Browse files Browse the repository at this point in the history
Updated CRC link
  • Loading branch information
Amy-Reidy authored Apr 10, 2024
2 parents 5590ed7 + ed20be9 commit fe2e2d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1894,23 +1894,20 @@ def get_base_layout(**kwargs):
"color": '#374EA2',
"margin-left": "20px",
"margin-right": "5px",
"display":"none",
},
),
html.A(
"Explore CRC Recommendations Dashboard",
href="https://public.tableau.com/app/profile/ecaro.data/viz/RecommendationsoftheCommitteeontheRightsoftheChild/Overview",
href="https://www.transmonee.org/recommendations-committee-rights-child",
target="_blank",
className="tm-link",
style={
"color": '#374EA2',
"text-decoration": "underline",
"display":"none",
},
),
],
className="crc-link",
style={"display": "none"},
),
],
),
Expand Down

0 comments on commit fe2e2d0

Please sign in to comment.