Skip to content

Commit 1429c78

Browse files
committed
fix: update contact email
1 parent ee7c20b commit 1429c78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const config = {
197197
},
198198
{
199199
label: 'Contact Us',
200-
href: 'mailto:service@open-im.com',
200+
href: 'mailto:contact@openim.io',
201201
},
202202
],
203203
},

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"link.item.label.Contact Us": {
2727
"message": "Contact Us",
28-
"description": "The label of footer link with label=Contact Us linking to mailto:service@open-im.com"
28+
"description": "The label of footer link with label=Contact Us linking to mailto:contact@openim.io"
2929
},
3030
"link.item.label.Documentation": {
3131
"message": "Documentation",

0 commit comments

Comments
 (0)