From afd70c9b6397f629b007f6f8691ba30093884b18 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Mon, 2 Jan 2023 07:24:15 -0500 Subject: [PATCH] Social Links in ENV --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index 811321d..7460342 100644 --- a/.env +++ b/.env @@ -4,3 +4,6 @@ REACT_APP_SUPPORT_EMAIL="support@mermsemr.com" REACT_APP_YEAR=2023 REACT_APP_ANDROID_URL="https://play.google.com/store/apps/details?id=com.mermsemr.myfit" REACT_APP_IOS_URL="https://play.google.com/store/apps/details?id=com.mermsemr.myfit" + +REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246" +REACT_APP_TWITTER="https://twitter.com/fluxtra"