From e53dba6a6cdbf05d0577e0fa0d61d3c141a641db Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Fri, 11 Oct 2024 10:47:37 +0200 Subject: Release v1 (#226) v1.0.0-beta1 gave no problems with my other gomponents libraries, that of others, and some of my large projects, so releasing v1! No more breaking changes! 😁--- internal/examples/app/html/home.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/examples/app/html') diff --git a/internal/examples/app/html/home.go b/internal/examples/app/html/home.go index c06aa66..5743d38 100644 --- a/internal/examples/app/html/home.go +++ b/internal/examples/app/html/home.go @@ -11,7 +11,7 @@ func HomePage(items []string) Node { P(Text("This is a gomponents example app!")), - P(Raw(`Have a look at the source code to see how it’s structured.`)), + P(Raw(`Have a look at the source code to see how it’s structured.`)), Ul(Map(items, func(s string) Node { return Li(Text(s)) -- cgit 1.4.1