mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
build(*): Fix broken closing tag preventing build
This commit is contained in:
@@ -184,12 +184,11 @@
|
|||||||
<a href="/contact" class="btn btn-outline w-full">Provide Feedback</a>
|
<a href="/contact" class="btn btn-outline w-full">Provide Feedback</a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
|
|
||||||
<form method="post" action="?/delete" use:enhance={handleAccountDeletion}>
|
<form method="post" action="?/delete" use:enhance={handleAccountDeletion}>
|
||||||
<div>
|
<div>
|
||||||
<button class="button block" disabled={loading}>Delete My Account</button>
|
<button class="button block" disabled={loading}>Delete My Account</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user