Compare commits
3 Commits
a288a35225
...
8be43c95d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be43c95d4 | |||
| 72bac10714 | |||
| ec2edd1d2a |
@@ -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"}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user