Skip to content

Commit 9b75d35

Browse files
committed
Fix link leading to old name of age category.
1 parent b1669c5 commit 9b75d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/frontend/user/my-account.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const MyAccountPage: React.FC = () => {
6464
<ErrorBox msg={error} />
6565
<form onSubmit={handleLogout}>
6666
<div className="buttons-container">
67-
<Link to="/edit/age" className="btn btn-warning"><h1>Start colouring</h1></Link>
67+
<Link to="/edit/age-history" className="btn btn-warning"><h1>Start colouring</h1></Link>
6868
<input className="btn btn-secondary" type="submit" value="Log out"/>
6969
</div>
7070
</form>

0 commit comments

Comments
 (0)