Skip to content

Commit

Permalink
Merge pull request #1439 from matkoniecz/feature/prominent_start_colo…
Browse files Browse the repository at this point in the history
…uring

More prominent "start colouring" button
  • Loading branch information
matkoniecz authored Nov 21, 2024
2 parents 2a2c29e + c73b003 commit 096937e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -85,7 +85,7 @@ export const MyAccountPage: React.FC = () => {
<h3 className="h3">API key</h3>
<p>{user.api_key || '-'}</p>
<form onSubmit={handleGenerateKey} className="form-group mb-3">
<input className="btn btn-warning" type="submit" value="Generate API key"/>
<input className="btn btn-secondary" type="submit" value="Generate API key"/>
</form>

<h3 className="h3">Open Source Code</h3>
Expand Down

0 comments on commit 096937e

Please sign in to comment.