mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 02:11:40 +00:00
fix: resolve rendering issue in login modal
This commit is contained in:
@@ -14,7 +14,6 @@ templ LoginModal() {
|
||||
|
||||
templ loginStart() {
|
||||
@ui.Breadcrumbs()
|
||||
@BasicDetailsForm()
|
||||
@ui.Spacer()
|
||||
<div class="flex flex-col-reverse sm:flex-row sm:justify-between sm:space-x-2">
|
||||
<button @click="modalOpen=false" type="button" class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium transition-colors border rounded-md focus:outline-none focus:ring-2 focus:ring-neutral-100 focus:ring-offset-2">Cancel</button>
|
||||
|
||||
Reference in New Issue
Block a user