We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53389d2 commit 81a211dCopy full SHA for 81a211d
frontend/components/tps-tracker/tps-chart.tsx
@@ -60,10 +60,12 @@ function StatItem({
60
</div>
61
<AnimatedNumber
62
value={value}
63
- className={cn(
64
- 'text-2xl sm:text-3xl font-bold leading-none',
65
- colorClass,
66
- )}
+ format={{
+ notation: 'compact',
+ minimumFractionDigits: 0,
+ maximumFractionDigits: 2,
67
+ }}
68
+ className={cn('text-xl sm:text-2xl font-bold leading-none', colorClass)}
69
/>
70
71
)
0 commit comments