We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeb11c commit 0ce45e3Copy full SHA for 0ce45e3
internal/glance/config-fields.go
@@ -152,9 +152,9 @@ func newCustomIconField(value string) customIconField {
152
}
153
154
if prefix == "di" {
155
- 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
156
} else {
157
- 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
158
159
default:
160
field.URL = value
0 commit comments