Skip to content

Commit

Permalink
Update dashboard icons repo
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenmarkov committed Feb 15, 2025
1 parent abeb11c commit 0ce45e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/glance/config-fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ func newCustomIconField(value string) customIconField {
}

if prefix == "di" {
field.URL = "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/" + ext + "/" + basename + "." + ext
field.URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/" + ext + "/" + basename + "." + ext
} else {
field.URL = "https://cdn.jsdelivr.net/gh/selfhst/icons@main/" + ext + "/" + basename + "." + ext
field.URL = "https://cdn.jsdelivr.net/gh/selfhst/icons/" + ext + "/" + basename + "." + ext
}
default:
field.URL = value
Expand Down

0 comments on commit 0ce45e3

Please # to comment.