added bank name in env variable

This commit was merged in pull request #61.
This commit is contained in:
victorAnumudu
2024-06-28 23:40:05 +01:00
parent 157151e6d1
commit c60f49dc90
8 changed files with 44 additions and 32 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const BottomFooterOne = () => {
<CustomerLinks />
</div>
<p className="text-[.8125rem] text-[#333] leading-[1.42857]">
© <span>{date}</span> First City Monument Bank (Licensed by the
© <span>{date}</span> {import.meta.env.VITE_BANK_NAME} (Licensed by the
Central Bank of Nigeria)
</p>
</div>