wip
This commit is contained in:
@@ -157,11 +157,11 @@ export default function DriverProfileMockup() {
|
||||
variants={itemVariants}
|
||||
className="bg-iron-gray/50 border border-charcoal-outline rounded-lg p-1.5 sm:p-2 md:p-3 text-center"
|
||||
>
|
||||
<AnimatedCounter
|
||||
value={stat.value}
|
||||
<AnimatedCounter
|
||||
value={stat.value}
|
||||
shouldReduceMotion={shouldReduceMotion ?? false}
|
||||
delay={index * 0.1}
|
||||
suffix={stat.suffix}
|
||||
suffix={stat.suffix ?? ''}
|
||||
/>
|
||||
<div className="text-[8px] sm:text-[10px] md:text-xs text-gray-400 mt-0.5">{stat.label}</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user