Skip to content

Commit

Permalink
fix: wm tel
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzijian committed Sep 10, 2024
1 parent 6d87e90 commit ead690b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ const Footer: FC = () => {
},
]
const sellEnd = [
{
label: i18n.t('features_footer_index_891117'),
value: '+65 9297 0216',
type: 'tel:',
},
{
label: i18n.t('features_footer_index_891117'),
value: '+852 3851 1711',
Expand Down

0 comments on commit ead690b

Please sign in to comment.