We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1669c5 commit 9b75d35Copy full SHA for 9b75d35
app/src/frontend/user/my-account.tsx
@@ -64,7 +64,7 @@ export const MyAccountPage: React.FC = () => {
64
<ErrorBox msg={error} />
65
<form onSubmit={handleLogout}>
66
<div className="buttons-container">
67
- <Link to="/edit/age" className="btn btn-warning"><h1>Start colouring</h1></Link>
+ <Link to="/edit/age-history" className="btn btn-warning"><h1>Start colouring</h1></Link>
68
<input className="btn btn-secondary" type="submit" value="Log out"/>
69
</div>
70
</form>
0 commit comments