forked from coracle/flotilla
Get rid of profile detail, redirect externally
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
$: className = `text-left ${$$props.class}`
|
||||
</script>
|
||||
|
||||
{#if type === 'submit'}
|
||||
{#if type === "submit"}
|
||||
<button {...$$props} {type} class={className}>
|
||||
<slot />
|
||||
</button>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<slot name="input" />
|
||||
</div>
|
||||
{#if $$slots.info}
|
||||
<p class="col-span-2 text-sm flex-end">
|
||||
<p class="flex-end col-span-2 text-sm">
|
||||
<slot name="info" />
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user