Skip to content

Commit

Permalink
chore: update email
Browse files Browse the repository at this point in the history
  • Loading branch information
linxin committed Nov 15, 2024
1 parent aacdfce commit fbe6730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Footer: FC = () => {
},
{
label: i18n.t('features_footer_index_891118'),
value: 'bd@longbridge.sg',
value: 'wm@longbridge.cloud',
type: 'mailto:',
},
]
Expand Down
6 changes: 3 additions & 3 deletions features/wm-contact-us/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ContactUs = () => {
// children: [
// {
// label: i18n.t('features_footer_index_891118'),
// value: 'bd@longbridge.sg',
// value: 'wm@longbridge.cloud',
// type: 'mailto:',
// },
// {
Expand Down Expand Up @@ -88,9 +88,9 @@ const ContactUs = () => {
<div className="mb-8">
<div className="sub-title">{i18n.t('features_wm_contact_us_index_891163')}</div>
<div className="label-container">
<a className="label" href={'mailto:bd@longbridge.sg'}>
<a className="label" href={'mailto:wm@longbridge.cloud'}>
{i18n.t('features_footer_index_891118')}
{'bd@longbridge.sg'}
{'wm@longbridge.cloud'}
</a>
<span className="label">
{i18n.t('features_footer_index_891117')}
Expand Down

0 comments on commit fbe6730

Please sign in to comment.