fix(hero): Use hx-swap for primary button to prevent flicker

This commit is contained in:
Prad Nukala
2024-10-01 17:58:05 -04:00
parent 730cda4390
commit ab33d8235f
6 changed files with 11 additions and 51 deletions
@@ -9,7 +9,6 @@ import (
templ View(c echo.Context) {
@blocks.Layout("Sonr.ID", true) {
@blocks.Card("register-view", blocks.SizeMedium) {
@blocks.H2("Account Registration")
@blocks.Spacer()
@blocks.Breadcrumbs()
@basicInfoForm(formstate.Initial)