Update Projects.vue
This commit is contained in:
parent
fd3e0f6b36
commit
facecc0f88
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
||||||
:key="tag.id"
|
:key="tag.id"
|
||||||
:href="tag.link"
|
:href="tag.link"
|
||||||
:color="tag.color"
|
:color="tag.color"
|
||||||
|
disabled
|
||||||
|
style="opacity: 1"
|
||||||
>
|
>
|
||||||
<v-icon>{{tag.icon}}</v-icon><template v-if="tag.icon"> </template>
|
<v-icon>{{tag.icon}}</v-icon><template v-if="tag.icon"> </template>
|
||||||
{{tag.name}}
|
{{tag.name}}
|
||||||
|
@ -343,7 +345,7 @@ export default {
|
||||||
internalName: "express",
|
internalName: "express",
|
||||||
name: "Express",
|
name: "Express",
|
||||||
icon: "mdi-nodejs",
|
icon: "mdi-nodejs",
|
||||||
link: "https://expresjs.com"
|
link: "https://expressjs.com"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
description: "TroploPlex is a reimplementation of the myPlex API.",
|
description: "TroploPlex is a reimplementation of the myPlex API.",
|
||||||
|
|
Loading…
Reference in a new issue