Skip to content

Commit

Permalink
feat: className changed
Browse files Browse the repository at this point in the history
  • Loading branch information
borkopetrovicc committed Jun 6, 2023
1 parent 22fba78 commit 19748e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/AccountModal/AccountModal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
}

.title {
.simultaneousLoginsTitle {
margin: 28px 0 28px 0;
font-weight: var(--body-font-weight-bold);
font-size: 19px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SimultaneousLoginsNotification = () => {

return (
<React.Fragment>
<h1 className={styles.title}>You have been logged out because the simultaneous logins limit has been reached.</h1>
<h1 className={styles.simultaneousLoginsTitle}>You have been logged out because the simultaneous logins limit has been reached.</h1>
<Button type="submit" onClick={loginClickHandler} label="Ok" variant="contained" color="primary" size="large" fullWidth />
</React.Fragment>
);
Expand Down

0 comments on commit 19748e7

Please sign in to comment.