Secondary Links
{#if error}
{error}
{/if} {#if links.length > 0}
{#each links as link (link.id)}
{link.label}
{link.url}
removeLink(link.id)} class="flex-shrink-0 rounded p-1 text-muted-foreground transition-colors hover:bg-destructive/10 hover:text-destructive" >
{/each}
{/if}
Add
{saving ? 'Saving...' : 'Save Links'}