diff --git a/.env b/.env index 187caec..0141830 100644 --- a/.env +++ b/.env @@ -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/employment/v1' \ No newline at end of file +VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/employment/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.development b/.env.development index 9a43031..16c95b2 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/employment/v1' \ No newline at end of file +VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/employment/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 187caec..0141830 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/employment/v1' \ No newline at end of file +VITE_USERS_ENDPOINT='https://digifi-apidev.chiefsoft.net/employment/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/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 33cddad..4a68637 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
- Thank you for completing the process, we will continue further processing with the information provided -
- : - <> - {/* Header */} -(This is to be filled and validated by the employer of the applicant)
-