Skip to content

Commit

Permalink
Merge pull request #1443 from matkoniecz/fix/fix-rename-regression
Browse files Browse the repository at this point in the history
Fix link leading to old name of age category.
  • Loading branch information
matkoniecz authored Nov 22, 2024
2 parents b16e0d2 + 9b75d35 commit 8c8d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/frontend/user/my-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const MyAccountPage: React.FC = () => {
<ErrorBox msg={error} />
<form onSubmit={handleLogout}>
<div className="buttons-container">
<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>
<input className="btn btn-secondary" type="submit" value="Log out"/>
</div>
</form>
Expand Down

0 comments on commit 8c8d881

Please sign in to comment.