Make action-btn and btn clicky

This commit is contained in:
2024-10-27 13:58:03 +01:00
parent 0b9bae3bf8
commit 03425fc2c6
4 changed files with 5 additions and 6 deletions

View File

@ -26,8 +26,7 @@
</div>
<div class="btn-area-1">
<input class="action-btn cursor-pointer" type="submit" value="Anlegen" hx-post="/user/add-first"
hx-target="#page-content" />
<input class="action-btn" type="submit" value="Anlegen" hx-post="/user/add-first" hx-target="#page-content" />
</div>
</form>
{{end}}