Skip to content

Commit

Permalink
Merge pull request #299 from comicrelief/marketing_consent_link_fix
Browse files Browse the repository at this point in the history
fix: marketing consent link fix
  • Loading branch information
Heleen-cr authored Feb 25, 2019
2 parents bb9f815 + 4711fea commit e0e6532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MarketingConsent/MarketingConsent.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ class MarketingConsent extends Component {
/>)) }
<p>You can update your communication preferences at any time at&nbsp;
<a
href="https://www.comicrelief.com/update-your-preferences."
href="https://www.comicrelief.com/update-your-preferences"
target="blank"
rel="noopener noreferrer"
className="link inline"
>
comicrelief.com/update-your-preferences.
comicrelief.com/update-your-preferences
<span className="visuallyhidden">(opens in a new window)</span>
</a> Your details will be kept safe, check out our&nbsp;
</a>. Your details will be kept safe, check out our&nbsp;
<a
href="https://www.comicrelief.com/privacy-policy"
target="blank"
Expand Down
3 changes: 3 additions & 0 deletions src/components/MarketingConsent/MarketingConsent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
}
}
}
.link.inline {
display: inline;
}
}

0 comments on commit e0e6532

Please sign in to comment.