Build [v1.14.23]

This commit is contained in:
2026-04-23 18:23:07 +03:00
parent 7c4441a962
commit 8d9a4ccc7a
8 changed files with 83 additions and 76 deletions

View File

@@ -17,7 +17,7 @@ export default function StatCard({ label, value, icon: Icon }: StatCardProps) {
</span>
</div>
<span className="text-2xl md:text-3xl font-normal text-white whitespace-nowrap tabular-nums">
<span className="text-base md:text-lg font-normal text-white whitespace-nowrap tabular-nums">
{value}
</span>
</div>