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 fa8690a7 Add new logo: youdao (#353)
fa8690a7 is described below

commit fa8690a7d2ff4c068df82dfbee7ef1a633eb7ae5
Author: hulk <[email protected]>
AuthorDate: Wed Jan 21 16:28:22 2026 +0800

    Add new logo: youdao (#353)
---
 src/components/UserLogos/index.tsx |   1 +
 static/media/users/youdao.png      | Bin 0 -> 30970 bytes
 2 files changed, 1 insertion(+)

diff --git a/src/components/UserLogos/index.tsx 
b/src/components/UserLogos/index.tsx
index 8b16724b..d5f708de 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -27,6 +27,7 @@ let userData = [
     { title: 'WakaTime', img: '/media/users/wakatime.png', site: 
'https://wakatime.com/' },
     { title: 'Biqutex', img: '/media/users/biqutex.jpg', site: 
'https://biqutex.com/' },
     { title: 'TongCheng', img: '/media/users/tongcheng.jpeg', site: 
'https://www.ly.com/' },
+    { title: 'Youdao', img: '/media/users/youdao.png', site: 
'https://www.youdao.com/' },
 ]
 
 // Sort the data by title in alphabetical order.
diff --git a/static/media/users/youdao.png b/static/media/users/youdao.png
new file mode 100644
index 00000000..69960fe7
Binary files /dev/null and b/static/media/users/youdao.png differ

Reply via email to