diff --git a/pkg/web/components/status.templ b/pkg/web/components/status.templ index dda0c6b..e35de91 100644 --- a/pkg/web/components/status.templ +++ b/pkg/web/components/status.templ @@ -1,7 +1,7 @@ package components templ Status(msg string) { -
+
} diff --git a/pkg/web/components/status_templ.go b/pkg/web/components/status_templ.go index 53538d6..2f08fa3 100644 --- a/pkg/web/components/status_templ.go +++ b/pkg/web/components/status_templ.go @@ -29,7 +29,7 @@ func Status(msg string) templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
+
`) } else { hx.WriteString(` -
+
`) } diff --git a/pkg/web/routes/dashboard.templ b/pkg/web/routes/dashboard.templ index fcf986b..516076c 100644 --- a/pkg/web/routes/dashboard.templ +++ b/pkg/web/routes/dashboard.templ @@ -138,7 +138,7 @@ templ DashboardContent(props DashboardProps) {