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 915f822  Add WakaTime to users page (#217)
915f822 is described below

commit 915f8228639d8b72d21f78158eb50921c2914162
Author: Alan Hamlett <[email protected]>
AuthorDate: Mon Apr 15 02:11:27 2024 +0200

    Add WakaTime to users page (#217)
---
 src/components/UserLogos/index.tsx |   1 +
 static/media/users/wakatime.png    | Bin 0 -> 10419 bytes
 2 files changed, 1 insertion(+)

diff --git a/src/components/UserLogos/index.tsx 
b/src/components/UserLogos/index.tsx
index 76c85db..31b47ea 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -25,6 +25,7 @@ const userData = [
     { title: 'ZTO Express', img: '/media/users/zto.png', site: 
'https://www.zto.com/' },
     { title: 'iFlytek ADX', img: '/media/users/iflytek-adx.jpg', site: 
'https://www.voiceads.cn/' },
     { title: 'iQIYI', img: '/media/users/iqiyi.png', site: 
'https://www.iqiyi.com/' },
+    { title: 'WakaTime', img: '/media/users/wakatime.png', site: 
'https://wakatime.com/' },
 ]
 
 export default function UserLogos(): JSX.Element {
diff --git a/static/media/users/wakatime.png b/static/media/users/wakatime.png
new file mode 100644
index 0000000..8229ee7
Binary files /dev/null and b/static/media/users/wakatime.png differ

Reply via email to