From 4d6a716ceb98574d9cea70eefd25ac11181e58ad Mon Sep 17 00:00:00 2001 From: tonytc13579 Date: Thu, 11 Jan 2024 17:13:22 +0700 Subject: [PATCH] update color + config link deposit --- src/config/index.ts | 2 +- src/modules/bvm/Section_1/index.tsx | 2 +- src/modules/home/Section_1/index.tsx | 2 +- src/modules/home/Section_2/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index 1f8107986..a1d615857 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -17,7 +17,7 @@ export const CDN_APP_ICON_URL: string = CDN_URL + '/l2aas/icons'; export const NEW_BITCOIN_CITY = isProduction ? 'https://newbitcoincity.com/' : 'https://dev.newbitcoincity.com/'; -export const BUY_TC_URL = NEW_BITCOIN_CITY + '/topup'; +export const BUY_TC_URL = NEW_BITCOIN_CITY + 'topup'; // export const PDF_DOC_URL = DOMAIN_URL + '/bvm.pdf'; diff --git a/src/modules/bvm/Section_1/index.tsx b/src/modules/bvm/Section_1/index.tsx index fe3a8ef37..6a1b4d562 100644 --- a/src/modules/bvm/Section_1/index.tsx +++ b/src/modules/bvm/Section_1/index.tsx @@ -44,7 +44,7 @@ const Section_1 = () => {