From 746107e977823e9e686a2c510aafa3870d36dcaa Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Sun, 24 May 2026 13:13:10 +0330 Subject: [PATCH] chore(env): update application version to 2.2.5 in production environment fix(dashboard): adjust font size for total display in CountryDistribution component for improved readability --- .env.production | 2 +- src/app/(home)/_components/dashboard/country-distribution.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 06f08b9..d2d78fe 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -NEXT_PUBLIC_APP_VERSION=2.2.4 +NEXT_PUBLIC_APP_VERSION=2.2.5 NEXT_PUBLIC_TOAST_AUTO_CLOSE_DURATION=2500 NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyCTjdsk2jE34IfnvSKP1JMTIf_Abd7tbt0 NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=opplens-270d1.firebaseapp.com diff --git a/src/app/(home)/_components/dashboard/country-distribution.tsx b/src/app/(home)/_components/dashboard/country-distribution.tsx index 81e2827..870abf7 100644 --- a/src/app/(home)/_components/dashboard/country-distribution.tsx +++ b/src/app/(home)/_components/dashboard/country-distribution.tsx @@ -155,7 +155,7 @@ export function CountryDistribution({ countries, isLoading }: Props) {
Total
-
+
{isLoading ? "—" : formatShortNumber(totalShown, { plus: true })}