mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-03 21:54:26 +02:00
fix(icons): update selfh.st icon json url
This commit is contained in:
parent
1c95bbba6e
commit
72dc783e23
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue