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"
|
||||
:href="tag.link"
|
||||
:color="tag.color"
|
||||
disabled
|
||||
style="opacity: 1"
|
||||
>
|
||||
<v-icon>{{tag.icon}}</v-icon><template v-if="tag.icon"> </template>
|
||||
{{tag.name}}
|
||||
|
@ -343,7 +345,7 @@ export default {
|
|||
internalName: "express",
|
||||
name: "Express",
|
||||
icon: "mdi-nodejs",
|
||||
link: "https://expresjs.com"
|
||||
link: "https://expressjs.com"
|
||||
},
|
||||
],
|
||||
description: "TroploPlex is a reimplementation of the myPlex API.",
|
||||
|
|
Loading…
Reference in a new issue