diff --git a/features/footer/index.tsx b/features/footer/index.tsx index 780ac29..693a676 100644 --- a/features/footer/index.tsx +++ b/features/footer/index.tsx @@ -64,7 +64,7 @@ const Footer: FC = () => { }, { label: i18n.t('features_footer_index_891118'), - value: 'bd@longbridge.sg', + value: 'wm@longbridge.cloud', type: 'mailto:', }, ] diff --git a/features/wm-contact-us/index.tsx b/features/wm-contact-us/index.tsx index 00bdcf8..1f8112d 100644 --- a/features/wm-contact-us/index.tsx +++ b/features/wm-contact-us/index.tsx @@ -34,7 +34,7 @@ const ContactUs = () => { // children: [ // { // label: i18n.t('features_footer_index_891118'), - // value: 'bd@longbridge.sg', + // value: 'wm@longbridge.cloud', // type: 'mailto:', // }, // { @@ -88,9 +88,9 @@ const ContactUs = () => {