remove home nav item

This commit is contained in:
Jon Staab
2024-10-10 09:27:26 -07:00
parent 2034eb8c9c
commit 89c4a2014a
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<div class="relative hidden w-14 flex-shrink-0 bg-base-100 pt-4 sm:block">
<div class="flex h-full flex-col justify-between">
<div>
<PrimaryNavItem href="/home" class="tooltip-right">
<PrimaryNavItem href="/home/people" class="tooltip-right">
<Avatar src={$userProfile?.picture} class="!h-10 !w-10" />
</PrimaryNavItem>
{#each getMembershipUrls($userMembership) as url (url)}