From a0584a26fee5d313c93eaf4d47de033fd66ccc80 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 27 Feb 2024 20:50:54 -0500 Subject: [PATCH] show new dash --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index e2a00a2..70d18a3 100644 --- a/.env.production +++ b/.env.production @@ -79,7 +79,7 @@ REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchb REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' # Displays the new family dashboard with boxes -REACT_APP_SHOW_NEW_FAMILY_DASH=0 +REACT_APP_SHOW_NEW_FAMILY_DASH=1 # Displays the account dashboard -REACT_APP_SHOW_ACCOUNT_DASH=0 \ No newline at end of file +REACT_APP_SHOW_ACCOUNT_DASH=1 \ No newline at end of file