From 6a4abb7f14ac5236477d9f183b537895e0024c81 Mon Sep 17 00:00:00 2001 From: Jeremy Wharton Date: Wed, 20 Sep 2023 23:30:29 -0500 Subject: [PATCH] web/satellite/vuetify-poc: make project stat cards clickable When clicked, cards containing project stats will redirect the user to the card's respective page. Resolves #6305 Change-Id: I6a598ad2a8a6ab79f48f559eced55f8f8257a518 --- .../src/components/CardStatsComponent.vue | 3 ++- web/satellite/vuetify-poc/src/views/Dashboard.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue b/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue index 4c06167ec..ff65ab503 100644 --- a/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue +++ b/web/satellite/vuetify-poc/src/components/CardStatsComponent.vue @@ -2,7 +2,7 @@ // See LICENSE for copying information.