Resolve merge conflicts and update session state for v1.14.23

This commit is contained in:
2026-04-23 18:24:21 +03:00
8 changed files with 114 additions and 55 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>