Hotfix for ui bug
This commit is contained in:
parent
ebfce0db65
commit
0cfda76e85
1 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ export function LoginModal(): JSXElement {
|
|||
class="tab"
|
||||
aria-label="Register"
|
||||
/>
|
||||
<FormContainer>
|
||||
<RegisterForm />
|
||||
</FormContainer>
|
||||
</div>
|
||||
<FormContainer>
|
||||
<RegisterForm />
|
||||
</FormContainer>
|
||||
</div>
|
||||
<form method="dialog" class="modal-backdrop">
|
||||
<button onClick={closeModal}>close</button>
|
||||
|
|
Loading…
Reference in a new issue