From c3b66fc95102b36bf21eacdc960183216683c270 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 13 Apr 2024 23:48:00 +0200 Subject: Show timer, set time on create --- view/main_templ.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/main_templ.go') diff --git a/view/main_templ.go b/view/main_templ.go index 109be9c..5b3831d 100644 --- a/view/main_templ.go +++ b/view/main_templ.go @@ -23,7 +23,7 @@ func Main(contents templ.Component) templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("Cool timer app") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("Cool timer app") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } -- cgit