mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
fix(icons): update selfh.st icon json url
This commit is contained in:
@@ -84,7 +84,7 @@ var iconsCache = &Cache{
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
walkxcodeIcons = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/tree.json"
|
walkxcodeIcons = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/tree.json"
|
||||||
selfhstIcons = "https://cdn.selfh.st/directory/icons.json"
|
selfhstIcons = "https://selfhst.github.io/cdn/directory/icons.json"
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewIconKey(source IconSource, reference string) IconKey {
|
func NewIconKey(source IconSource, reference string) IconKey {
|
||||||
|
|||||||
Reference in New Issue
Block a user