Skip to content

Commit

Permalink
Added Id for SignInOrJoin Button
Browse files Browse the repository at this point in the history
  • Loading branch information
lavishaGit committed Oct 28, 2024
1 parent 55a547e commit 49de3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/Widgets/SignInButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default function SignInButton (props) {

return (
<StyledButton
id="SignIn"
className="header-sign-in"
color="primary"
onClick={props.toggleSignInModal}
Expand Down

0 comments on commit 49de3ed

Please sign in to comment.