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

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 262f08c      #17: Link missed in website
262f08c is described below

commit 262f08c1b0be7cdf4de0588ef56df37d7eca6e06
Author: beiwei30 <[email protected]>
AuthorDate: Tue Jul 3 16:34:48 2018 +0800

        #17: Link missed in website
---
 build/page.js             |   2 +-
 img/twitter.png           | Bin 0 -> 5383 bytes
 img/twitter_hover.png     | Bin 0 -> 6196 bytes
 img/weibo.png             | Bin 2561 -> 0 bytes
 img/weibo_hover.png       | Bin 7580 -> 0 bytes
 site_config/community.jsx |  16 ++++++++--------
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/build/page.js b/build/page.js
index 2e828e7..07a40f5 100644
--- a/build/page.js
+++ b/build/page.js
@@ -3,4 +3,4 @@
   Licensed under the MIT License (MIT), see
   http://jedwatson.github.io/classnames
 */
-!function(){"use strict";function e(){for(var 
s=[],n=0;n<arguments.length;n++){var a=arguments[n];if(a){var t=typeof 
a;if("string"===t||"number"===t)s.push(a);else 
if(Array.isArray(a))s.push(e.apply(null,a));else if("object"===t)for(var o in 
a)l.call(a,o)&&a[o]&&s.push(o)}}return s.join(" ")}var l={}.hasOwnProperty;void 
0!==s&&s.exports?s.exports=e:(a=[],void 0!==(t=function(){return 
e}.apply(n,a))&&(s.exports=t))}()},function(s,n,e){"use 
strict";n.decode=n.parse=e(85),n.encode=n.stringi [...]
\ No newline at end of file
+!function(){"use strict";function e(){for(var 
s=[],n=0;n<arguments.length;n++){var a=arguments[n];if(a){var t=typeof 
a;if("string"===t||"number"===t)s.push(a);else 
if(Array.isArray(a))s.push(e.apply(null,a));else if("object"===t)for(var o in 
a)l.call(a,o)&&a[o]&&s.push(o)}}return s.join(" ")}var l={}.hasOwnProperty;void 
0!==s&&s.exports?s.exports=e:(a=[],void 0!==(t=function(){return 
e}.apply(n,a))&&(s.exports=t))}()},function(s,n,e){"use 
strict";n.decode=n.parse=e(85),n.encode=n.stringi [...]
\ No newline at end of file
diff --git a/img/twitter.png b/img/twitter.png
new file mode 100644
index 0000000..1f92c55
Binary files /dev/null and b/img/twitter.png differ
diff --git a/img/twitter_hover.png b/img/twitter_hover.png
new file mode 100644
index 0000000..b830707
Binary files /dev/null and b/img/twitter_hover.png differ
diff --git a/img/weibo.png b/img/weibo.png
deleted file mode 100644
index 8dcf4cc..0000000
Binary files a/img/weibo.png and /dev/null differ
diff --git a/img/weibo_hover.png b/img/weibo_hover.png
deleted file mode 100644
index f961bf0..0000000
Binary files a/img/weibo_hover.png and /dev/null differ
diff --git a/site_config/community.jsx b/site_config/community.jsx
index 437a485..ee9aae0 100644
--- a/site_config/community.jsx
+++ b/site_config/community.jsx
@@ -52,10 +52,10 @@ export default {
           link: 'https://segmentfault.com/t/dubbo'
         },
         {
-          img: './img/weibo.png',
-          imgHover: './img/weibo_hover.png',
-          title: '@dubbo',
-          link: '',
+          img: './img/twitter.png',
+          imgHover: './img/twitter_hover.png',
+          title: '@ApacheDubbo',
+          link: 'https://twitter.com/ApacheDubbo',
         },
       ],
     },
@@ -410,10 +410,10 @@ export default {
           link: 'https://segmentfault.com/t/dubbo'
         },
         {
-          img: './img/weibo.png',
-          imgHover: './img/weibo_hover.png',
-          title: '微博',
-          link: '',
+          img: './img/twitter.png',
+          imgHover: './img/twitter_hover.png',
+          title: '@ApacheDubbo',
+          link: 'https://twitter.com/ApacheDubbo',
         },
       ],
     },

Reply via email to