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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -155,7 +155,7 @@ export function CountryDistribution({ countries, isLoading }: Props) {
|
||||
<div className="text-[11px] uppercase tracking-wider text-dark-6">
|
||||
Total
|
||||
</div>
|
||||
<div className="text-2xl font-bold text-dark dark:text-white">
|
||||
<div className="text-base font-bold text-dark dark:text-white">
|
||||
{isLoading ? "—" : formatShortNumber(totalShown, { plus: true })}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user