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"
|
class="tab"
|
||||||
aria-label="Register"
|
aria-label="Register"
|
||||||
/>
|
/>
|
||||||
|
<FormContainer>
|
||||||
|
<RegisterForm />
|
||||||
|
</FormContainer>
|
||||||
</div>
|
</div>
|
||||||
<FormContainer>
|
|
||||||
<RegisterForm />
|
|
||||||
</FormContainer>
|
|
||||||
</div>
|
</div>
|
||||||
<form method="dialog" class="modal-backdrop">
|
<form method="dialog" class="modal-backdrop">
|
||||||
<button onClick={closeModal}>close</button>
|
<button onClick={closeModal}>close</button>
|
||||||
|
|
Loading…
Reference in a new issue