signup button

This commit is contained in:
Sean Morley
2024-07-08 15:28:25 -04:00
parent 5fad574834
commit 47436d43e0

View File

@@ -49,6 +49,9 @@
type="button" type="button"
on:click={() => goto('/settings/forgot-password')}>Forgot Password</button on:click={() => goto('/settings/forgot-password')}>Forgot Password</button
> >
<button class="py-2 px-4 btn btn-neutral" type="button" on:click={() => goto('/signup')}
>Sign Up</button
>
</form> </form>
</div> </div>