update: reorder acc menu options.

This commit is contained in:
Darshan
2025-11-04 17:37:43 +05:30
parent afdc83b4dd
commit d71c8752ca
+9 -7
View File
@@ -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()}