Update Projects.vue

This commit is contained in:
Troplo 2022-02-05 14:02:30 +11:00
parent fd3e0f6b36
commit facecc0f88
1 changed files with 3 additions and 1 deletions

View File

@ -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">&nbsp;</template> <v-icon>{{tag.icon}}</v-icon><template v-if="tag.icon">&nbsp;</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.",