Skip to content

Commit

Permalink
Merge pull request #317 from labzero/jeffrey/login-button
Browse files Browse the repository at this point in the history
Increase size of login button
  • Loading branch information
JeffreyATW authored May 20, 2023
2 parents ce26f46 + 2f44e0f commit f625b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderLogin/HeaderLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const HeaderLogin = ({ user }) => {
if (user === null) {
content = (
<div className={s.root}>
<Button size="sm" variant="primary" href="/login">
<Button size="md" variant="primary" href="/login">
Log in
</Button>
</div>
Expand Down

0 comments on commit f625b10

Please sign in to comment.