diff --git a/.env b/.env
index 90d12e9..b6fbd9d 100644
--- a/.env
+++ b/.env
@@ -10,4 +10,8 @@ VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/digiusers/v1'
# ENQUIRIES CONTACTS
VITE_CALL_ENDPOINT='09099000000'
-VITE_EMAIL_ENDPOINT='fcmbloan@support.com'
\ No newline at end of file
+VITE_EMAIL_ENDPOINT='fcmbloan@support.com'
+
+#BANK NAME
+VITE_BANK_NAME='First City Monument Bank'
+VITE_BANK_NAME_SHORT='FCMB'
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 71ce632..44e2c11 100644
--- a/.env.development
+++ b/.env.development
@@ -6,4 +6,8 @@ VITE_TWITTER_URL=https://twitter.com
VITE_INSTAGRAM_URL=https://www.instagram.com
# BACKEND END POINTS
-VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/digiusers/v1'
\ No newline at end of file
+VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/digiusers/v1'
+
+#BANK NAME
+VITE_BANK_NAME='First City Monument Bank'
+VITE_BANK_NAME_SHORT='FCMB'
\ No newline at end of file
diff --git a/.env.production b/.env.production
index b8d5625..475bfb3 100644
--- a/.env.production
+++ b/.env.production
@@ -6,4 +6,8 @@ TWITTER_URL=https://twitter.com
INSTAGRAM_URL=https://www.instagram.com
# BACKEND END POINTS
-VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/digiusers/v1'
\ No newline at end of file
+VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/digiusers/v1'
+
+#BANK NAME
+VITE_BANK_NAME='First City Monument Bank'
+VITE_BANK_NAME_SHORT='FCMB'
\ No newline at end of file
diff --git a/src/components/Dashboard/home/DashboardHomeAttestation.tsx b/src/components/Dashboard/home/DashboardHomeAttestation.tsx
index c2cae7a..c40dc78 100644
--- a/src/components/Dashboard/home/DashboardHomeAttestation.tsx
+++ b/src/components/Dashboard/home/DashboardHomeAttestation.tsx
@@ -53,7 +53,7 @@ export default function DashboardHomeAttestation({handleNextStep, applicationDet
Applicant's Attestation and Debit Instruction
-NB: Must be your FCMB account number
+NB: Must be your {import.meta.env.VITE_BANK_NAME_SHORT} account number
By pressing, you agree that you have read, understood and accept the applicatant's attestation and terms and conditions for FCMB +
By pressing, you agree that you have read, understood and accept the applicatant's attestation and terms and conditions for {import.meta.env.VITE_BANK_NAME_SHORT} premium salary loan. You also give us permission to collect financial information and run credit checks on the account provided through our partners
diff --git a/src/components/Footer/BottomFooterOne.tsx b/src/components/Footer/BottomFooterOne.tsx index 2babfea..99e2df6 100644 --- a/src/components/Footer/BottomFooterOne.tsx +++ b/src/components/Footer/BottomFooterOne.tsx @@ -17,7 +17,7 @@ const BottomFooterOne = () => {- © {date} First City Monument Bank (Licensed by the + © {date} {import.meta.env.VITE_BANK_NAME} (Licensed by the Central Bank of Nigeria)
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 9e35174..c149f38 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -8,7 +8,7 @@ export default function Footer() {- {date} @ First City Monument Bank Limited + {date} @ {import.meta.env.VITE_BANK_NAME} Limited