{#each pages as { path, label, icon: Icon }}
goto(path)} class={[ "w-16 active:rounded-xl active:bg-gray-100", !page.url.pathname.startsWith(path) && "text-gray-600", ]} >
{label}
{/each}