From 0ce45e32aa48f4d277bd7c00af56f5324c7377f2 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sat, 15 Feb 2025 14:59:20 +0000 Subject: [PATCH] Update dashboard icons repo --- internal/glance/config-fields.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/glance/config-fields.go b/internal/glance/config-fields.go index 8aaac85..f3c836e 100644 --- a/internal/glance/config-fields.go +++ b/internal/glance/config-fields.go @@ -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