Skip to content

Commit 0ce45e3

Browse files
committed
Update dashboard icons repo
1 parent abeb11c commit 0ce45e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/glance/config-fields.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ func newCustomIconField(value string) customIconField {
152152
}
153153

154154
if prefix == "di" {
155-
field.URL = "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/" + ext + "/" + basename + "." + ext
155+
field.URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/" + ext + "/" + basename + "." + ext
156156
} else {
157-
field.URL = "https://cdn.jsdelivr.net/gh/selfhst/icons@main/" + ext + "/" + basename + "." + ext
157+
field.URL = "https://cdn.jsdelivr.net/gh/selfhst/icons/" + ext + "/" + basename + "." + ext
158158
}
159159
default:
160160
field.URL = value

0 commit comments

Comments
 (0)