Skip to content

Commit

Permalink
Make 'Start colouring' button more prominent.
Browse files Browse the repository at this point in the history
implements part of colouring-cities#378
  • Loading branch information
matkoniecz committed Nov 21, 2024
1 parent b251080 commit c73b003
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">Start colouring</Link>
<Link to="/edit/age" 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 c73b003

Please sign in to comment.