all repos — searchix @ efaaf3f5296807eec377b19d4733fd360c8c655f

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: another typo in search markup
Alan Pearce alan@alanpearce.eu
Mon, 24 Mar 2025 17:33:15 +0100
commit

efaaf3f5296807eec377b19d4733fd360c8c655f

parent

fecc84fab93bb3228be5fee4160820751195feec

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M internal/components/search.gointernal/components/search.go
@@ -44,7 +44,7 @@ }), 		),
 		g.If(importer.Job.InProgress,
 			P(Class("notice"),
-				g.Text("importer.Indexing in progress, started "),
+				g.Text("Indexing in progress, started "),
 				Time(
 					DateTime(importer.Job.StartedAt.Format(time.RFC3339)),
 					Title(importer.Job.StartedAt.Format(time.DateTime)),