From 3a9a1fd26540ddd0299771a729740cdd88239dde Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Mar 2025 12:20:24 +0100 Subject: Rename and document fork --- html/elements.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/elements.go') diff --git a/html/elements.go b/html/elements.go index bf747a1..ad3f19f 100644 --- a/html/elements.go +++ b/html/elements.go @@ -8,7 +8,7 @@ package html import ( "io" - g "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) // Doctype returns a special kind of [g.Node] that prefixes its sibling with the string "". -- cgit 1.4.1