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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c3793522f5 add user
5c3793522f5 is described below

commit 5c3793522f5347d7b071ccde2160f98e10b4aedb
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Mon Aug 1 13:51:21 2022 +0800

    add user
---
 src/pages/users/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/users/index.tsx b/src/pages/users/index.tsx
index 906e422e926..dc51919034f 100644
--- a/src/pages/users/index.tsx
+++ b/src/pages/users/index.tsx
@@ -7,7 +7,7 @@ import Link from '@docusaurus/Link';
 import More from '@site/src/components/More/index';
 import PageColumn from '@site/src/components/PageColumn';
 
-const arr = new Array(30).fill('');
+const arr = new Array(31).fill('');
 const usersWalls = arr.map((item, index) => 
require(`@site/static/images/icon/u${index + 1}.png`).default);
 
 const storyList = [


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to