We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35c002b + 994b5a0 commit 8325c58Copy full SHA for 8325c58
1 file changed
src/static/js/icons.js
@@ -4,7 +4,7 @@ let simpleIcons
4
export default {
5
setup: async () => {
6
// @ts-ignore
7
- simpleIcons = await import('https://cdn.jsdelivr.net/npm/simple-icons@13.17/+esm')
+ simpleIcons = await import('https://cdn.jsdelivr.net/npm/simple-icons@15.10.0/+esm')
8
},
9
10
/** @argument {string} slug */
0 commit comments