Add reference links to agreements on account page
This commit is contained in:
parent
f100e7b751
commit
8e3d3c5622
@ -107,11 +107,17 @@ class MyAccountPage extends Component<any, any> { // TODO: add proper types
|
|||||||
<h1 className="h1">Welcome, {this.props.user.username}!</h1>
|
<h1 className="h1">Welcome, {this.props.user.username}!</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Colouring London is under active development, Please <a href="https://discuss.colouring.london/">discuss
|
Colouring London is under active development. Please <a href="https://discuss.colouring.london/">discuss
|
||||||
suggestions for improvements</a> and <a
|
suggestions for improvements</a> and <a
|
||||||
href="https://github.com/tomalrussell/colouring-london/issues">
|
href="https://github.com/tomalrussell/colouring-london/issues">
|
||||||
report issues or problems</a>.
|
report issues or problems</a>.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
For reference, here are the <Link
|
||||||
|
to="/privacy-policy.html">privacy policy</Link>, <Link
|
||||||
|
to="/contributor-agreement.html">contributor agreement</Link> and <Link
|
||||||
|
to="/data-accuracy.html">data accuracy agreement</Link>.
|
||||||
</p>
|
</p>
|
||||||
<ErrorBox msg={this.state.error} />
|
<ErrorBox msg={this.state.error} />
|
||||||
<form onSubmit={this.handleLogout}>
|
<form onSubmit={this.handleLogout}>
|
||||||
|
Loading…
Reference in New Issue
Block a user