mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +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>
|
||||
<Form>
|
||||
<Form.Row>
|
||||
<Form.Button onClick={() => navigate("l/")} bluelibClassNames={"color-lime"}>
|
||||
Continue to Sophon
|
||||
</Form.Button>
|
||||
<Form.Button disabled={!canLogout} onClick={doLogout}>
|
||||
Logout
|
||||
</Form.Button>
|
||||
<Form.Button onClick={() => navigate("l/")}>
|
||||
Continue to Sophon
|
||||
</Form.Button>
|
||||
</Form.Row>
|
||||
</Form>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue