You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/01/30 11:28:26 UTC

[dubbo-spi-extensions] 14/39: 修改前端页脚内容

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch 2.7.x
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git

commit 39175b43de08a0f50c551459435e1348f53637d3
Author: qq213539 <21...@qq.com>
AuthorDate: Mon Nov 16 09:37:18 2020 +0800

    修改前端页脚内容
---
 .../src/layouts/BasicLayout/components/Footer/index.tsx             | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dubbo-api-docs/dubbo-api-docs-ui/src/layouts/BasicLayout/components/Footer/index.tsx b/dubbo-api-docs/dubbo-api-docs-ui/src/layouts/BasicLayout/components/Footer/index.tsx
index 729aac0..4bda28c 100644
--- a/dubbo-api-docs/dubbo-api-docs-ui/src/layouts/BasicLayout/components/Footer/index.tsx
+++ b/dubbo-api-docs/dubbo-api-docs-ui/src/layouts/BasicLayout/components/Footer/index.tsx
@@ -20,9 +20,7 @@ import styles from './index.module.scss';
 export default function Footer() {
   return (
     <p className={styles.footer}>
-      <span className={styles.logo}>Dubbo Doc</span>
-      <br />
-      <span className={styles.copyright}>Mail: 213539@qq.com</span>
+      <span className={styles.logo}>Dubbo API Docs</span>
     </p>
   );
-}
\ No newline at end of file
+}