added notify helpers

This commit is contained in:
2026-01-26 13:45:17 +11:00
parent a5b92a247b
commit e47619abd4
6 changed files with 83 additions and 33 deletions

View File

@@ -36,7 +36,6 @@ templ Test() {
Target
</label>
<input
required
type="text"
name="target"
id="target"
@@ -73,7 +72,7 @@ templ Test() {
<!-- Submit Button -->
<button
type="submit"
class="mt-2 bg-mauve text-crust font-semibold px-6 py-3 rounded-lg hover:bg-mauve/75 transition"
class="mt-2 bg-mauve text-crust font-semibold px-6 py-3 rounded-lg hover:bg-mauve/75 transition hover:cursor-pointer"
>
Send Notification
</button>