fix: another typo in search markup
1 file changed, 1 insertion(+), 1 deletion(-)
M internal/components/search.go → internal/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)),