mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: reorder acc menu options.
This commit is contained in:
@@ -243,7 +243,16 @@
|
||||
</Typography.Text>
|
||||
</div>
|
||||
|
||||
<ActionMenu.Item.Anchor
|
||||
size="l"
|
||||
trailingIcon={IconUser}
|
||||
href={`${base}/account`}
|
||||
on:click={() => toggle()}>
|
||||
Account</ActionMenu.Item.Anchor>
|
||||
|
||||
{#if isStudio && $organization && $organization.$id}
|
||||
<Divider />
|
||||
|
||||
{@const baseOrgUrl = `${base}/organization-${$organization.$id}`}
|
||||
<ActionMenu.Item.Anchor
|
||||
size="l"
|
||||
@@ -262,13 +271,6 @@
|
||||
<Divider />
|
||||
{/if}
|
||||
|
||||
<ActionMenu.Item.Anchor
|
||||
size="l"
|
||||
trailingIcon={IconUser}
|
||||
href={`${base}/account`}
|
||||
on:click={() => toggle()}>
|
||||
Account</ActionMenu.Item.Anchor>
|
||||
|
||||
<ActionMenu.Item.Button
|
||||
size="l"
|
||||
on:click={() => logout()}
|
||||
|
||||
Reference in New Issue
Block a user