Skip to content

Commit

Permalink
Change simple icons provider and always use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenmarkov committed Dec 11, 2024
1 parent ef24680 commit 804cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/widget/fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 804cf99

Please sign in to comment.