diff --git a/apps/app/src/components/AppKpiCard.vue b/apps/app/src/components/AppKpiCard.vue index c11311b1..4155a0d2 100644 --- a/apps/app/src/components/AppKpiCard.vue +++ b/apps/app/src/components/AppKpiCard.vue @@ -11,6 +11,7 @@ const props = withDefaults( iconColor?: string value: string | number title: string + /** Ondertitel; ontbreekt er een, dan blijft één regelhoogte gereserveerd voor gelijke tegelhoogtes. */ subtitle?: string clickable?: boolean @@ -34,8 +35,8 @@ function onClick() {