This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new ae4f145 hide dubbo3 button
ae4f145 is described below
commit ae4f145b3680a4913ea75a49a2807925d9e2408f
Author: ken.lj <[email protected]>
AuthorDate: Mon Aug 10 10:47:51 2020 +0800
hide dubbo3 button
---
src/pages/home/index.jsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 96e5da0..a1c98e0 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -86,9 +86,9 @@ class Home extends Language {
</div>
</a>
</div>
- <div className="button-area">
- <Button type="primary"
link={getLink(dataSource.brand.Dubbo3Button.link)}>{dataSource.brand.Dubbo3Button.text}</Button>
- </div>
+ {/*<div className="button-area">*/}
+ {/* <Button type="primary"
link={getLink(dataSource.brand.Dubbo3Button.link)}>{dataSource.brand.Dubbo3Button.text}</Button>*/}
+ {/*</div>*/}
</div>
<div className="animation animation1" />
<div className="animation animation2" />