Lint HTML escapes
This commit is contained in:
parent
ebc662280c
commit
0ec551c14e
@ -203,7 +203,7 @@ const AboutPage = () => (
|
||||
<small className="form-text text-muted">
|
||||
<a href="https://tinyletter.com">
|
||||
powered by TinyLetter</a>.
|
||||
We'll never share your email address.
|
||||
We’ll never share your email address.
|
||||
</small>
|
||||
<div className="buttons-container">
|
||||
<input className="btn btn-outline-dark btn-block" type="submit" value="Sign up for updates" />
|
||||
|
@ -179,7 +179,7 @@ const NotFound = () => (
|
||||
<h1 className="h1">Page not found</h1>
|
||||
<p className="lead">
|
||||
|
||||
We can't find that one anywhere.
|
||||
We can’t find that one anywhere.
|
||||
|
||||
</p>
|
||||
<Link className="btn btn-outline-dark" to="/">Back home</Link>
|
||||
|
@ -49,7 +49,7 @@ class Header extends React.Component {
|
||||
<a className="nav-link" href="https://pages.colouring.london/about">More about</a>
|
||||
</li>
|
||||
<li className="nav-item">
|
||||
<a className="nav-link" href="https://pages.colouring.london/whoisinvolved">Who's Involved?</a>
|
||||
<a className="nav-link" href="https://pages.colouring.london/whoisinvolved">Who’s Involved?</a>
|
||||
</li>
|
||||
<li className="nav-item">
|
||||
<a className="nav-link" href="https://discuss.colouring.london">Discuss</a>
|
||||
|
@ -9,11 +9,11 @@ const Welcome = () => (
|
||||
|
||||
<p className="lead">
|
||||
Colouring London is a citizen science platform collecting information on every
|
||||
building in London, to help make the city more sustainable. We're building it at The
|
||||
building in London, to help make the city more sustainable. We’re building it at The
|
||||
Bartlett Centre for Advanced Spatial Analysis, University College London.
|
||||
</p>
|
||||
<p className="lead">
|
||||
Can you help us? We're still at an early stage of development, and we're looking for
|
||||
Can you help us? We’re still at an early stage of development, and we’re looking for
|
||||
volunteers of all ages and abilities to test and provide feedback on the site as we
|
||||
build it.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user