Get rid of profile detail, redirect externally

This commit is contained in:
Jon Staab
2024-10-24 12:50:49 -07:00
parent 03b4f2c46c
commit cad096b019
15 changed files with 57 additions and 201 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
$: className = `text-left ${$$props.class}`
</script>
{#if type === 'submit'}
{#if type === "submit"}
<button {...$$props} {type} class={className}>
<slot />
</button>