You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by za...@apache.org on 2020/02/10 03:19:11 UTC

[incubator-tubemq-website] branch master updated: fix some suggest from justin

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

zakwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 047bfe6  fix some suggest from justin
047bfe6 is described below

commit 047bfe642bcdcdbda1759b6a9c29ee6328e48724
Author: zakwu <za...@tencent.com>
AuthorDate: Mon Feb 10 11:18:57 2020 +0800

    fix some suggest from justin
---
 site_config/home.jsx            |  2 +-
 site_config/site.js             | 10 ++++++++++
 src/components/header/index.jsx |  4 +++-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index e1e1989..9783bb7 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -88,7 +88,7 @@ export default {
         {
           img: '/img/advantage-03.png',
           title: 'High stability',
-          content: 'TubeMQ has been successfully operating for nearly seven years. Currently, there are over 35 trillion messages processed everyday. The operation costs 1500 machines and 1 operator. Besides, TubeMQ is able to run continuously except during releasing',
+          content: 'TubeMQ has been successfully operating for nearly seven years. Currently, there are over 35 trillion messages processed every day. The operation costs 1500 machines and 1 operator. Besides, TubeMQ can run continuously except during releasing',
         },
         {
           img: '/img/advantage-04.png',
diff --git a/site_config/site.js b/site_config/site.js
index ad49a4f..708e6db 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -45,6 +45,11 @@ export default {
             key: 'thanks',
             text: 'Thanks',
             link: '//www.apache.org/foundation/thanks.html',
+          },
+          {
+            key: 'security',
+            text: 'Security',
+            link: '//www.apache.org/security/',
           }
         ]
       }
@@ -117,6 +122,11 @@ export default {
             key: 'thanks',
             text: '致谢',
             link: '//www.apache.org/foundation/thanks.html',
+          },
+          {
+            key: 'security',
+            text: 'Security',
+            link: '//www.apache.org/security/',
           }
         ]
       },
diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx
index fc2517d..dda3395 100644
--- a/src/components/header/index.jsx
+++ b/src/components/header/index.jsx
@@ -147,7 +147,9 @@ class Header extends React.Component {
         >
           <div className="header-body">
             <a href={getLink(`/${language}/index.html`)}>
-              <img className="logo apache" style={{width: '108px'}} alt={siteConfig.name} title={siteConfig.name} src={getLink('/img/asf_logo.svg')} />
+              <a href="//www.apache.org">
+                <img className="logo apache" style={{width: '120px'}} alt={siteConfig.name} title={siteConfig.name} src={getLink('/img/asf_logo.svg')} />
+              </a>
               <div className="logo-split"></div>
               <img className="logo tube" style={{width: '72px'}} alt={siteConfig.name} title={siteConfig.name} src={getLink('/img/Tube logo.svg')} />
             </a>