added notify helpers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user