{#each registries.public as registry}
handleSubmit(registry.id)} class="box-selection hover:bg-primary relative" >
{registry.name}
{registry.url}
public
{/each} {#each registries.private as registry}
handleSubmit(registry.id)} class="box-selection hover:bg-primary relative" >
{registry.name}
{registry.url}
private
{/each}