Update src/components/sections/metrics/MetricCardEight.tsx

This commit is contained in:
2026-01-03 14:04:31 +00:00
parent 12cfac3c9a
commit 2376275d5d

View File

@@ -31,7 +31,7 @@ interface MetricCardEightProps {
metricsContainerClassName?: string;
metricClassName?: string;
valueClassName?: string;
metricTitleClassName?: string;
metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName?: string;
}
const MetricCardEight = ({
@@ -53,7 +53,7 @@ const MetricCardEight = ({
metricsContainerClassName = "",
metricClassName = "",
valueClassName = "",
metricTitleClassName = "",
metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName = "",
}: MetricCardEightProps) => {
const theme = useTheme();
const shouldUseLightText = useInvertedBackground === "invertDefault" || useInvertedBackground === "invertCard";
@@ -122,7 +122,7 @@ const MetricCardEight = ({
<p className={cls(
"text-base leading-tight truncate",
shouldMetricUseLightText ? "text-background/70" : "text-foreground/70",
metricTitleClassName
metricElevate Your Brand with Expert Copywriting and Content EnhancementClassName
)}>
{metric.title}
</p>