diff --git a/.env b/.env index 27d706e..4fd8113 100644 --- a/.env +++ b/.env @@ -105,4 +105,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=1 \ No newline at end of file +REACT_APP_SHOW_NEW_FAMILY_DASH=1 + +# Displays the account dashboard +REACT_APP_SHOW_ACCOUNT_DASH=1 \ No newline at end of file diff --git a/.env.development b/.env.development index 158c2c7..f5bc221 100644 --- a/.env.development +++ b/.env.development @@ -73,4 +73,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=1 \ No newline at end of file +REACT_APP_SHOW_NEW_FAMILY_DASH=1 + +# Displays the account dashboard +REACT_APP_SHOW_ACCOUNT_DASH=1 \ No newline at end of file diff --git a/.env.production b/.env.production index 4268f04..e2a00a2 100644 --- a/.env.production +++ b/.env.production @@ -80,3 +80,6 @@ REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls # Displays the new family dashboard with boxes REACT_APP_SHOW_NEW_FAMILY_DASH=0 + +# Displays the account dashboard +REACT_APP_SHOW_ACCOUNT_DASH=0 \ No newline at end of file diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 77bd98a..182b23f 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -2,7 +2,7 @@ import React from 'react' const AccountDashboard = ({className}) => { return ( -