mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-02 05:14:25 +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 (
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue