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