From facecc0f880100c303ff648a55bd4b9f4d853dd5 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 5 Feb 2022 14:02:30 +1100 Subject: [PATCH] Update Projects.vue --- ui/src/views/Projects.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.",