diff --git a/src/lib/components/layout/app/AppSidebar.svelte b/src/lib/components/layout/app/AppSidebar.svelte index b7216bc..79a51e8 100644 --- a/src/lib/components/layout/app/AppSidebar.svelte +++ b/src/lib/components/layout/app/AppSidebar.svelte @@ -1,14 +1,13 @@ - -{#snippet menuItem(item: ProcessedNavItem)} -
  • - {#if item.subItems && item.subItems.length > 0} - -
    - - {#if item.icon} - - {/if} - - - {#if item.href} - - e.stopPropagation()} - > - {item.label} - - {:else} - - {item.label} - {/if} - - - -
    - {:else} - - - {#if item.icon} - - {:else} - - {/if} - {item.label} - - {/if} -
  • -{/snippet} - - -
    - - - +