Use latest version of hero icons

pull/624/merge
Svilen Markov 2025-08-06 05:02:21 +07:00
parent 3ebe47bb26
commit 306ea6a4ba
1 changed files with 1 additions and 1 deletions

@ -215,7 +215,7 @@ func newCustomIconField(value string) customIconField {
field.URL = template.URL("https://cdn.jsdelivr.net/gh/selfhst/icons/" + ext + "/" + basename + "." + ext)
case "hi":
field.AutoInvert = true
field.URL = template.URL("https://cdn.jsdelivr.net/npm/heroicons@2.2.0/24/" + basename + ".svg")
field.URL = template.URL("https://cdn.jsdelivr.net/npm/heroicons@latest/24/" + basename + ".svg")
default:
field.URL = template.URL(value)
}