diff --git a/ui/src/views/Projects.vue b/ui/src/views/Projects.vue index 500e862..4283e7a 100644 --- a/ui/src/views/Projects.vue +++ b/ui/src/views/Projects.vue @@ -28,6 +28,8 @@ :key="tag.id" :href="tag.link" :color="tag.color" + disabled + style="opacity: 1" > {{tag.icon}} {{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.",