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 5775a72  Add Netease Hangzhou Institute to the user list (#165)
5775a72 is described below

commit 5775a720769ee0f48f6b8bb67201eb6a7a540464
Author: Twice <[email protected]>
AuthorDate: Mon Oct 16 20:02:46 2023 +0900

    Add Netease Hangzhou Institute to the user list (#165)
---
 src/components/UserLogos/index.tsx |  13 +++++++++----
 static/media/users/netease.jpg     | Bin 0 -> 27939 bytes
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/components/UserLogos/index.tsx 
b/src/components/UserLogos/index.tsx
index 5aa48b7..213c60c 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -45,17 +45,17 @@ const userData = [
     },
     {
         img: '/media/users/circl-lu.png',
-        title: 'circl.lu',
+        title: 'CIRCL',
         site: 'https://circl.lu/',
     },
     {
         img: '/media/users/datavisor.png',
-        title: 'datavisor',
+        title: 'Datavisor',
         site: 'https://datavisor.com/',
     },
     {
         img: '/media/users/huolala.png',
-        title: 'huolala',
+        title: 'Huolala',
         site: 'https://www.huolala.cn/',
     },
     {
@@ -75,7 +75,7 @@ const userData = [
     },
     {
         img: '/media/users/iflytek-adx.jpg',
-        title: 'iflytek adx',
+        title: 'iFlytek ADX',
         site: 'https://www.voiceads.cn/',
     },
     {
@@ -83,6 +83,11 @@ const userData = [
         title: 'Shoplazza',
         site: 'https://www.shoplazza.com/',
     },
+    {
+        img: '/media/users/netease.jpg',
+        title: 'Netease Hangzhou Institute',
+        site: 'https://research.netease.com/',
+    }
 ]
 
 
diff --git a/static/media/users/netease.jpg b/static/media/users/netease.jpg
new file mode 100644
index 0000000..ab46c12
Binary files /dev/null and b/static/media/users/netease.jpg differ

Reply via email to