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 2020/08/07 14:07:55 UTC

[dubbo-website] branch master updated: add star/fork stats back

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 4a629ec  add star/fork stats back
4a629ec is described below

commit 4a629ec163d335179049c5078b9f4b76897b6068
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Aug 7 22:07:40 2020 +0800

    add star/fork stats back
---
 src/pages/home/index.jsx | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index c71be75..96e5da0 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -69,23 +69,23 @@ class Home extends Language {
             </div>
             <p className="product-desc">{dataSource.brand.briefIntroduction}</p>
             <div className="button-area">
-              <Button type="normal" link={getLink(dataSource.brand.getStartedButton.link)}>{dataSource.brand.getStartedButton.text}</Button>
+              <Button type="primary" link={getLink(dataSource.brand.getStartedButton.link)}>{dataSource.brand.getStartedButton.text}</Button>
               <Button type="normal" link={getLink(dataSource.brand.viewOnGithubButton.link)}>{dataSource.brand.viewOnGithubButton.text}</Button>
             </div>
-            {/*<div className="github-buttons">
-                <a href="https://github.com/apache/dubbo" target="_blank" rel="noopener noreferrer">
-                  <div className="star">
-                    <img src="https://img.alicdn.com/tfs/TB1FlB1JwHqK1RjSZFPXXcwapXa-32-32.png" />
-                    <span className="count">{starCount}</span>
-                  </div>
-                </a>
-                <a href="https://github.com/apache/dubbo/fork" target="_blank" rel="noopener noreferrer">
+            <div className="github-buttons">
+              <a href="https://github.com/apache/dubbo" target="_blank" rel="noopener noreferrer">
+                <div className="star">
+                  <img src="https://img.alicdn.com/tfs/TB1FlB1JwHqK1RjSZFPXXcwapXa-32-32.png" />
+                  <span className="count">{starCount}</span>
+                </div>
+              </a>
+              <a href="https://github.com/apache/dubbo/fork" target="_blank" rel="noopener noreferrer">
                 <div className="fork">
                   <img src="https://img.alicdn.com/tfs/TB1zbxSJwDqK1RjSZSyXXaxEVXa-32-32.png" />
                   <span className="count">{forkCount}</span>
                 </div>
-                </a>
-              </div>*/}
+              </a>
+            </div>
               <div className="button-area">
                 <Button type="primary" link={getLink(dataSource.brand.Dubbo3Button.link)}>{dataSource.brand.Dubbo3Button.text}</Button>
               </div>