Fix simple icons URL
This commit is contained in:
parent
72f78f1c8d
commit
bc8f17393a
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ func toSimpleIconIfPrefixed(icon string) (string, bool) {
|
||||||
}
|
}
|
||||||
|
|
||||||
icon = strings.TrimPrefix(icon, "si:")
|
icon = strings.TrimPrefix(icon, "si:")
|
||||||
icon = "https://cdn.jsdelivr.net/npm/simple-icons@latest/" + icon + ".svg"
|
icon = "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/" + icon + ".svg"
|
||||||
|
|
||||||
return icon, true
|
return icon, true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue