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 9297b69  users: add Biqutex into user's list (#263)
9297b69 is described below

commit 9297b69c47748c676735b20dba61f3851e52757c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jan 3 16:38:47 2025 +0200

    users: add Biqutex into user's list (#263)
    
    * add Biqutex logo
    
    * Add Biqutex to users list
    
    * Update src/components/UserLogos/index.tsx
    
    ---------
    
    Co-authored-by: Twice <[email protected]>
---
 src/components/UserLogos/index.tsx |   1 +
 static/media/users/biqutex.jpg     | Bin 0 -> 6635 bytes
 2 files changed, 1 insertion(+)

diff --git a/src/components/UserLogos/index.tsx 
b/src/components/UserLogos/index.tsx
index 72b86ae..7869445 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -25,6 +25,7 @@ let userData = [
     { 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/' },
+    { title: 'Biqutex', img: '/media/users/biqutex.jpg', site: 
'https://biqutex.com/' },
 ]
 
 // Sort the data by title in alphabetical order.
diff --git a/static/media/users/biqutex.jpg b/static/media/users/biqutex.jpg
new file mode 100644
index 0000000..c3d34f6
Binary files /dev/null and b/static/media/users/biqutex.jpg differ

Reply via email to