Skip to content

Commit 6cf7469

Browse files
committed
chore: remove useless plural
1 parent 444fbd5 commit 6cf7469

File tree

12 files changed

+9
-9
lines changed

12 files changed

+9
-9
lines changed

detectors/frameworks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"nuxt": {
33
"metas": {
44
"name": "NuxtJS",
5-
"imgPath": "/icons/frameworks/nuxt.svg",
5+
"imgPath": "/icons/framework/nuxt.svg",
66
"url": "https://nuxtjs.org"
77
},
88
"detectors": {
@@ -19,7 +19,7 @@
1919
"vuepress": {
2020
"metas": {
2121
"name": "VuePress",
22-
"imgPath": "/icons/frameworks/vuepress.svg",
22+
"imgPath": "/icons/framework/vuepress.svg",
2323
"url": "https://vuepress.vuejs.org"
2424
},
2525
"detectors": {
@@ -29,7 +29,7 @@
2929
"gridsome": {
3030
"metas": {
3131
"name": "Gridsome",
32-
"imgPath": "/icons/frameworks/gridsome.svg",
32+
"imgPath": "/icons/framework/gridsome.svg",
3333
"url": "https://gridsome.org"
3434
},
3535
"detectors": {
@@ -39,7 +39,7 @@
3939
"quasar": {
4040
"metas": {
4141
"name": "Quasar",
42-
"imgPath": "/icons/frameworks/quasar.svg",
42+
"imgPath": "/icons/framework/quasar.svg",
4343
"url": "https://quasar.dev"
4444
},
4545
"detectors": {

detectors/uis.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"element-ui": {
33
"metas":{
44
"name": "Element UI",
5-
"imgPath": "/icons/uis/element.svg",
5+
"imgPath": "/icons/ui/element.svg",
66
"url": "https://element.eleme.io/"
77
},
88
"detectors": {
@@ -12,7 +12,7 @@
1212
"vuetify": {
1313
"metas":{
1414
"name": "Vuetify",
15-
"imgPath": "/icons/uis/vuetify.svg",
15+
"imgPath": "/icons/ui/vuetify.svg",
1616
"url": "https://vuetifyjs.com/"
1717
},
1818
"detectors": {
@@ -32,7 +32,7 @@
3232
"tailwindcss": {
3333
"metas":{
3434
"name": "Tailwind CSS",
35-
"imgPath": "/icons/uis/tailwind.svg",
35+
"imgPath": "/icons/ui/tailwind.svg",
3636
"url": "https://tailwindcss.com/"
3737
},
3838
"detectors": {
@@ -45,7 +45,7 @@
4545
"buefy": {
4646
"metas":{
4747
"name": "Buefy",
48-
"imgPath": "/icons/uis/bulma.svg",
48+
"imgPath": "/icons/ui/bulma.svg",
4949
"url": "https://buefy.org/"
5050
},
5151
"detectors": {
@@ -55,7 +55,7 @@
5555
"inkline": {
5656
"metas":{
5757
"name": "Inkline",
58-
"imgPath": "/icons/uis/inkline.svg",
58+
"imgPath": "/icons/ui/inkline.svg",
5959
"url": "https://inkline.io/"
6060
},
6161
"detectors": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)