1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

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"
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>
</div>