32 && title} class="swap order-last hidden lg:inline-grid">
64 && title} class="swap-off menu menu-horizontal p-0">
{#each nav as { text, link, children }}
{#if link && !children}
-
{text}
{:else if children}
-
link === path)} class="!rounded-btn gap-1">
{text}
{#each children as { text, link }}
-
{text}
{/each}
{/if}
{/each}