Tweak navigation to show profile image at all times

This commit is contained in:
Jon Staab
2024-10-18 14:37:38 -07:00
parent 96a307cb01
commit 62683d38a2
2 changed files with 20 additions and 19 deletions
+1 -8
View File
@@ -10,13 +10,6 @@
</script>
<div class="column menu gap-2">
<Link href="/settings/profile">
<CardButton>
<div slot="icon"><Icon icon="user-circle" size={7} /></div>
<div slot="title">Profile</div>
<div slot="info">Customize your profile</div>
</CardButton>
</Link>
<Link href="/settings/relays">
<CardButton>
<div slot="icon"><Icon icon="remote-controller-minimalistic" size={7} /></div>
@@ -26,7 +19,7 @@
</Link>
<Link href="/settings">
<CardButton>
<div slot="icon"><Icon icon="notes-minimalistic" size={7} /></div>
<div slot="icon"><Icon icon="settings" size={7} /></div>
<div slot="title">Settings</div>
<div slot="info">Get into the details about how Flotilla works</div>
</CardButton>