This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new cd5d843 Add ZTO to user list (#176)
cd5d843 is described below
commit cd5d843dbc244ca4b75003889edefdd45da1eb59
Author: Twice <[email protected]>
AuthorDate: Wed Nov 29 19:18:34 2023 +0900
Add ZTO to user list (#176)
---
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