diff --git a/internal/view/reports.templ b/internal/view/reports.templ index 3cebfc3..e9c4770 100644 --- a/internal/view/reports.templ +++ b/internal/view/reports.templ @@ -7,13 +7,13 @@ import ( templ Reports(months []string, m int, year string) { @layout.BaseLayout() { -
+

Reports

Generate monthly and yearly statements

-
+
Period @@ -56,6 +56,6 @@ templ Reports(months []string, m int, year string) {
-
+
} } diff --git a/internal/view/reports_templ.go b/internal/view/reports_templ.go index 92a6dc3..4da17f9 100644 --- a/internal/view/reports_templ.go +++ b/internal/view/reports_templ.go @@ -46,7 +46,7 @@ func Reports(months []string, m int, year string) templ.Component { }() } ctx = templ.InitializeContext(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Reports

Generate monthly and yearly statements

Period
Period
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }