Merge branch 'main' into ft/integrate-daisy-ui
Some checks failed
Build Crate / build (push) Failing after 1m43s

This commit is contained in:
2024-08-30 02:38:30 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ fn forgot_password_form_capsule<G: Html>(
input (bind:value = state.how_to_reach, class = "input input-bordered w-full")
// Submit button
div (class = "flex justify-center") {
div (class = "flex justify-center mt-6") {
button (on:click = handle_submit, class="btn"){"Submit"}
}
}

View File

@@ -163,7 +163,7 @@ fn register_form_capsule<G: Html>(
})
// Register button
div (class = "flex justify-center") {
div (class = "flex justify-center mt-6") {
button (on:click = handle_register, class="btn"){"Register"}
}
}