Correct My Account page whitespace formatting

This commit is contained in:
Maciej Ziarkowski 2021-02-17 22:40:44 +00:00
parent edde1fc1c7
commit 2d53154a82

View File

@ -46,14 +46,14 @@ export const MyAccountPage: React.FC = () => {
{!userError && (<> {!userError && (<>
<h1 className="h1">Welcome, {user.username}!</h1> <h1 className="h1">Welcome, {user.username}!</h1>
<p> <p>
Colouring London is under active development. Please Colouring London is under active development. Please{' '}
<a href="https://discuss.colouring.london/">discuss suggestions for improvements</a> and <a href="https://discuss.colouring.london/">discuss suggestions for improvements</a> and{' '}
<a href="https://github.com/colouring-london/colouring-london/issues"> report issues or problems</a>. <a href="https://github.com/colouring-london/colouring-london/issues"> report issues or problems</a>.
</p> </p>
<p> <p>
For reference, here are the For reference, here are the{' '}
<Link to="/privacy-policy.html">privacy policy</Link>, <Link to="/privacy-policy.html">privacy policy</Link>,{' '}
<Link to="/contributor-agreement.html">contributor agreement</Link> and <Link to="/contributor-agreement.html">contributor agreement</Link> and{' '}
<Link to="/data-accuracy.html">data accuracy agreement</Link>. <Link to="/data-accuracy.html">data accuracy agreement</Link>.
</p> </p>
<ErrorBox msg={error} /> <ErrorBox msg={error} />