mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 14:43:07 +02:00
fix(icons): update selfhstIcons URL to point to the raw GitHub content
This commit is contained in:
@@ -84,7 +84,7 @@ var iconsCache = &Cache{
|
||||
|
||||
const (
|
||||
walkxcodeIcons = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/tree.json"
|
||||
selfhstIcons = "https://selfhst.github.io/cdn/directory/icons.json"
|
||||
selfhstIcons = "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/index.json"
|
||||
)
|
||||
|
||||
func NewIconKey(source IconSource, reference string) IconKey {
|
||||
|
||||
Reference in New Issue
Block a user