This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-biqutex-uses-kvrocks in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit cfe5df7f9459b400df055202c836deb19ff6f8ff Author: Aleks Lozovyuk <[email protected]> AuthorDate: Fri Jan 3 16:29:24 2025 +0200 Add Biqutex to users list --- src/components/UserLogos/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 72b86ae..5509b1d 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.
