mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🔧 Swap button location in AuthorizationLogoutBox
This commit is contained in:
parent
a9ad27804b
commit
575b7fe6d4
1 changed files with 3 additions and 3 deletions
|
@ -69,12 +69,12 @@ export function AuthorizationLogoutBox(): JSX.Element {
|
||||||
</p>
|
</p>
|
||||||
<Form>
|
<Form>
|
||||||
<Form.Row>
|
<Form.Row>
|
||||||
<Form.Button onClick={() => navigate("l/")} bluelibClassNames={"color-lime"}>
|
|
||||||
Continue to Sophon
|
|
||||||
</Form.Button>
|
|
||||||
<Form.Button disabled={!canLogout} onClick={doLogout}>
|
<Form.Button disabled={!canLogout} onClick={doLogout}>
|
||||||
Logout
|
Logout
|
||||||
</Form.Button>
|
</Form.Button>
|
||||||
|
<Form.Button onClick={() => navigate("l/")}>
|
||||||
|
Continue to Sophon
|
||||||
|
</Form.Button>
|
||||||
</Form.Row>
|
</Form.Row>
|
||||||
</Form>
|
</Form>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Loading…
Reference in a new issue