Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
webcat12345 committed Jan 18, 2023
1 parent ebf40f2 commit d666edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const LoginButton = () => {
return (
<>
<div
className={`d-flex position-fixed w-100 h-100 align-items-center backdrop opacity-0 ${
className={`d-flex position-fixed w-100 h-100 align-items-center backdrop opacity-0 ${
!show ? "d-none" : ""
}`}
onClick={handleClose}
Expand Down

0 comments on commit d666edf

Please sign in to comment.