{#if $component.editing}
{componentText}
{:else if $builderStore.inBuilder || componentText} {#if !url && !text}
Add the URL and Text settings and start using your link  { builderStore.actions.setFocus([ { location: "component_settings", key: "url", target: $component.id, }, { location: "component_settings", key: "text", target: $component.id, }, ]) }} > Show me
{:else if externalLink || openInNewTab} {componentText} {:else} {#key sanitizedUrl} {componentText} {/key} {/if} {/if}