This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9b55365 update star and fork data
new dc663c7 Merge pull request #102 from dailidong/master
9b55365 is described below
commit 9b55365747232fbed9a652fc3b025fb8310b578b
Author: dailidong <[email protected]>
AuthorDate: Thu Mar 5 11:37:55 2020 +0800
update star and fork data
---
src/pages/home/index.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 17f7564..29384e0 100755
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -75,13 +75,13 @@ class Home extends Language {
<a href="https://github.com/apache/incubator-dolphinscheduler"
target="_blank" rel="noopener noreferrer">
<div className="star">
<img
src="https://img.alicdn.com/tfs/TB1FlB1JwHqK1RjSZFPXXcwapXa-32-32.png" />
- <span className="count">3470 </span>
+ <span className="count">3.5K </span>
</div>
</a>
<a
href="https://github.com/apache/incubator-dolphinscheduler/fork"
target="_blank" rel="noopener noreferrer">
<div className="fork">
<img
src="https://img.alicdn.com/tfs/TB1zbxSJwDqK1RjSZSyXXaxEVXa-32-32.png" />
- <span className="count">1068 </span>
+ <span className="count">1.1K </span>
</div>
</a>
</div>