Fix build issues

This commit is contained in:
Roman Krček
2025-06-28 00:40:14 +02:00
parent 83a2985a46
commit ae9cedf51c
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
</script>
{#if showForm}
<form on:submit={handleSubmit} class="flex flex-col space-y-4 bg-white p-8 rounded border border-gray-300 w-full shadow-none">
<form onsubmit={handleSubmit} class="flex flex-col space-y-4 bg-white p-8 rounded border border-gray-300 w-full shadow-none">
<h2 class="text-2xl font-semibold text-center mb-4">Craft Email</h2>
<label class="flex flex-col text-gray-700">
Subject