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 21beafd1004 11
21beafd1004 is described below
commit 21beafd10047ab44bfb9de79c59781cd60ed930d
Author: jiafeng.zhang <[email protected]>
AuthorDate: Mon Aug 1 19:34:03 2022 +0800
11
---
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 dc51919034f..906e422e926 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(31).fill('');
+const arr = new Array(30).fill('');
const usersWalls = arr.map((item, index) =>
require(`@site/static/images/icon/u${index + 1}.png`).default);
const storyList = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]