Skip to content

Commit

Permalink
Merge pull request #1718 from ClimateWatch-Vizzuality/homepage-text-c…
Browse files Browse the repository at this point in the history
…hange

(1.1) Homepage text addition
  • Loading branch information
SARodrigues authored Nov 27, 2024
2 parents e112e76 + 631fa90 commit 282d2ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ const HomeIntroSection = () => (
<div className={cx(styles.column, styles.homeIntro)}>
<Icon icon={cwLogo} className={styles.cwLogo} />
<Intro
description="Climate Watch offers open data, visualizations and analysis to help policymakers, researchers and other stakeholders gather insights on countries' climate progress."
description='<p>Climate Watch offers open data, visualizations and analysis to help policymakers, researchers and other stakeholders gather insights on countries&apos; climate progress.</p><p>Countries are expected to submit new <a href="https://www.wri.org/insights/nationally-determined-contributions-ndcs-explained" rel="noopener noreferrer" target="_blank">NDCs</a> by early 2025. <a href="/ndc-tracker">Track submissions here</a> and learn about the <a href="https://www.wri.org/ndcs" rel="noopener noreferrer" target="_blank">benefits of strong new NDCs</a>.</p>'
className={styles.intro}
skipAbbrReplace
/>
<AutocompleteSearch
className={styles.autocompleteSearch}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.intro {
margin-bottom: 14px;
text-align: center;

p + p {
margin-top: 12px;
}
}

.homeIntro {
Expand Down

0 comments on commit 282d2ba

Please sign in to comment.