forked from coracle/flotilla
Move settings nav item
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</PrimaryNavItem>
|
</PrimaryNavItem>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<PrimaryNavItem title="Settings" href="/settings">
|
<PrimaryNavItem title="Settings" href="/settings/profile">
|
||||||
<Avatar icon="settings" class="!h-10 !w-10 border border-solid border-base-300" />
|
<Avatar icon="settings" class="!h-10 !w-10 border border-solid border-base-300" />
|
||||||
</PrimaryNavItem>
|
</PrimaryNavItem>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,20 +14,20 @@
|
|||||||
<SecondaryNav>
|
<SecondaryNav>
|
||||||
<SecondaryNavSection>
|
<SecondaryNavSection>
|
||||||
<div in:fly|local>
|
<div in:fly|local>
|
||||||
<SecondaryNavItem href="/settings">
|
|
||||||
<Icon icon="settings" /> Settings
|
|
||||||
</SecondaryNavItem>
|
|
||||||
</div>
|
|
||||||
<div in:fly|local={{delay: 50}}>
|
|
||||||
<SecondaryNavItem href="/settings/profile">
|
<SecondaryNavItem href="/settings/profile">
|
||||||
<Icon icon="user-circle" /> Profile
|
<Icon icon="user-circle" /> Profile
|
||||||
</SecondaryNavItem>
|
</SecondaryNavItem>
|
||||||
</div>
|
</div>
|
||||||
<div in:fly|local={{delay: 100}}>
|
<div in:fly|local={{delay: 50}}>
|
||||||
<SecondaryNavItem href="/settings/relays">
|
<SecondaryNavItem href="/settings/relays">
|
||||||
<Icon icon="remote-controller-minimalistic" /> Relays
|
<Icon icon="remote-controller-minimalistic" /> Relays
|
||||||
</SecondaryNavItem>
|
</SecondaryNavItem>
|
||||||
</div>
|
</div>
|
||||||
|
<div in:fly|local={{delay: 100}}>
|
||||||
|
<SecondaryNavItem href="/settings">
|
||||||
|
<Icon icon="settings" /> Settings
|
||||||
|
</SecondaryNavItem>
|
||||||
|
</div>
|
||||||
<div in:fly|local={{delay: 150}}>
|
<div in:fly|local={{delay: 150}}>
|
||||||
<SecondaryNavItem href="/settings/about">
|
<SecondaryNavItem href="/settings/about">
|
||||||
<Icon icon="info-square" /> About
|
<Icon icon="info-square" /> About
|
||||||
|
|||||||
Reference in New Issue
Block a user