This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch add-zto in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 9b57b8a2ff99d5453d8a0a41a80812ad4ebc4889 Author: PragmaTwice <[email protected]> AuthorDate: Wed Nov 29 19:14:35 2023 +0900 Add ZTO to user list --- src/components/UserLogos/index.tsx | 5 +++++ static/media/users/zto.png | Bin 0 -> 9055 bytes 2 files changed, 5 insertions(+) diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 213c60c..3d4d420 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -87,6 +87,11 @@ const userData = [ img: '/media/users/netease.jpg', title: 'Netease Hangzhou Institute', site: 'https://research.netease.com/', + }, + { + img: '/media/users/zto.png', + title: 'ZTO Express', + site: 'https://www.zto.com/', } ] diff --git a/static/media/users/zto.png b/static/media/users/zto.png new file mode 100644 index 0000000..be74322 Binary files /dev/null and b/static/media/users/zto.png differ
