Skip to content

Commit 8325c58

Browse files
authored
Merge pull request #1 from codename-co/upgrade-simpleicons
Upgrade simple-icons dependency
2 parents 35c002b + 994b5a0 commit 8325c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/static/js/icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let simpleIcons
44
export default {
55
setup: async () => {
66
// @ts-ignore
7-
simpleIcons = await import('https://cdn.jsdelivr.net/npm/simple-icons@13.17/+esm')
7+
simpleIcons = await import('https://cdn.jsdelivr.net/npm/simple-icons@15.10.0/+esm')
88
},
99

1010
/** @argument {string} slug */

0 commit comments

Comments
 (0)