diff --git a/src/components/WidgetCard.tsx b/src/components/WidgetCard.tsx index c1e01af2..7265556b 100644 --- a/src/components/WidgetCard.tsx +++ b/src/components/WidgetCard.tsx @@ -81,12 +81,12 @@ export function WidgetCard({ {/* Icon + label */} {definition.href ? ( - + {definition.label} ) : ( <> - + {definition.label} )}