Change simple icons provider and always use latest version
This commit is contained in:
parent
ef24680baf
commit
804cf9916b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func toSimpleIconIfPrefixed(icon string) (string, bool) {
|
|||
}
|
||||
|
||||
icon = strings.TrimPrefix(icon, "si:")
|
||||
icon = "https://cdnjs.cloudflare.com/ajax/libs/simple-icons/11.14.0/" + icon + ".svg"
|
||||
icon = "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/" + icon + ".svg"
|
||||
|
||||
return icon, true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue