Skip to content

Commit 21c2a8f

Browse files
committed
fix: update imgPath for icons
1 parent 5071026 commit 21c2a8f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

detectors/frameworks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metas": {
44
"slug": "nuxtjs",
55
"name": "NuxtJS",
6-
"imgPath": "/icons/framework/nuxt.svg",
6+
"imgPath": "/framework/nuxt.svg",
77
"url": "https://nuxtjs.org"
88
},
99
"detectors": {
@@ -21,7 +21,7 @@
2121
"metas": {
2222
"slug": "vuepress",
2323
"name": "VuePress",
24-
"imgPath": "/icons/framework/vuepress.svg",
24+
"imgPath": "/framework/vuepress.svg",
2525
"url": "https://vuepress.vuejs.org"
2626
},
2727
"detectors": {
@@ -32,7 +32,7 @@
3232
"metas": {
3333
"slug": "gridsome",
3434
"name": "Gridsome",
35-
"imgPath": "/icons/framework/gridsome.svg",
35+
"imgPath": "/framework/gridsome.svg",
3636
"url": "https://gridsome.org"
3737
},
3838
"detectors": {
@@ -43,7 +43,7 @@
4343
"metas": {
4444
"slug": "quasar",
4545
"name": "Quasar",
46-
"imgPath": "/icons/framework/quasar.svg",
46+
"imgPath": "/framework/quasar.svg",
4747
"url": "https://quasar.dev"
4848
},
4949
"detectors": {

detectors/uis.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metas": {
44
"slug": "element-ui",
55
"name": "Element UI",
6-
"imgPath": "/icons/ui/element.svg",
6+
"imgPath": "/ui/element.svg",
77
"url": "https://element.eleme.io/"
88
},
99
"detectors": {
@@ -14,7 +14,7 @@
1414
"metas": {
1515
"slug": "vuetify",
1616
"name": "Vuetify",
17-
"imgPath": "/icons/ui/vuetify.svg",
17+
"imgPath": "/ui/vuetify.svg",
1818
"url": "https://vuetifyjs.com/"
1919
},
2020
"detectors": {
@@ -25,7 +25,7 @@
2525
"metas": {
2626
"slug": "bootstrap-vue",
2727
"name": "Bootstrap Vue",
28-
"imgPath": "/icons/ui/bootstrap.svg",
28+
"imgPath": "/ui/bootstrap.svg",
2929
"url": "https://bootstrap-vue.org/"
3030
},
3131
"detectors": {
@@ -36,7 +36,7 @@
3636
"metas": {
3737
"slug": "tailwind-css",
3838
"name": "Tailwind CSS",
39-
"imgPath": "/icons/ui/tailwind.svg",
39+
"imgPath": "/ui/tailwind.svg",
4040
"url": "https://tailwindcss.com/"
4141
},
4242
"detectors": {
@@ -50,7 +50,7 @@
5050
"metas": {
5151
"slug": "buefy",
5252
"name": "Buefy",
53-
"imgPath": "/icons/ui/bulma.svg",
53+
"imgPath": "/ui/bulma.svg",
5454
"url": "https://buefy.org/"
5555
},
5656
"detectors": {
@@ -61,7 +61,7 @@
6161
"metas": {
6262
"slug": "inkline",
6363
"name": "Inkline",
64-
"imgPath": "/icons/ui/inkline.svg",
64+
"imgPath": "/ui/inkline.svg",
6565
"url": "https://inkline.io/"
6666
},
6767
"detectors": {

0 commit comments

Comments
 (0)