This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3e112dedb9 Update index.jsx (#901)
3e112dedb9 is described below
commit 3e112dedb92476ca5c19e2b4154a314903ed0445
Author: Jay Chung <[email protected]>
AuthorDate: Tue May 30 10:34:40 2023 +0800
Update index.jsx (#901)
---
src/components/Footer/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Footer/index.jsx b/src/components/Footer/index.jsx
index 8e1c01abde..5cc0c28fd4 100644
--- a/src/components/Footer/index.jsx
+++ b/src/components/Footer/index.jsx
@@ -85,7 +85,7 @@ const Footer = () => {
</Space>
</div>
<div className="footer-email">
- {`${t("email")}: [email protected]`}
+ {`${t("email")}: [email protected]`}
</div>
</div>
</div>