fix: resolve rendering issue in login modal

This commit is contained in:
Prad Nukala 2024-11-26 00:09:37 -05:00
parent 179a69df1c
commit 50217d169d
2 changed files with 0 additions and 5 deletions

View File

@ -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>

View File

@ -86,10 +86,6 @@ func loginStart() templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = BasicDetailsForm().Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = ui.Spacer().Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err