diff --git a/apps/web/src/components/reui-kit/kpi-stat-grid.tsx b/apps/web/src/components/reui-kit/kpi-stat-grid.tsx index 1ddc4d2..dd70b21 100644 --- a/apps/web/src/components/reui-kit/kpi-stat-grid.tsx +++ b/apps/web/src/components/reui-kit/kpi-stat-grid.tsx @@ -10,7 +10,7 @@ import { Skeleton } from '@evobgp/ui/components/skeleton' export type KpiStatVariant = 'default' | 'warning' | 'destructive' /** - * KPI tile data — hybrid compact stats-12 (icon + value + label + Badge footer). + * KPI tile data — horizontal compact hybrid (icon left + label/Badge + value). * @see https://reui.io/preview/base/stats-12 */ export type KpiStatItem = { @@ -90,11 +90,11 @@ function KpiStatCardBody({ item }: { item: KpiStatItem }) { const valueVariant = item.variant ?? 'default' return ( -