Skip to content

Commit

Permalink
Add classname to sign in button
Browse files Browse the repository at this point in the history
  • Loading branch information
markohanesian committed Feb 8, 2024
1 parent 1f74283 commit 001240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SignInBtn.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SignInBtn() {

return (
<div>
<button style={btnStyle} onClick={signInBtnClick}>
<button className='sign-in-btn' style={btnStyle} onClick={signInBtnClick}>
Sign In
</button>
</div>
Expand Down

0 comments on commit 001240c

Please sign in to comment.