This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch gcore in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 7e37d9242b3f3c41afbc9d40cad96b160885866e Author: PragmaTwice <[email protected]> AuthorDate: Tue Jan 9 18:13:30 2024 +0900 Add Gcore to Users page --- src/components/UserLogos/index.tsx | 5 +++++ static/media/users/gcore.jpg | Bin 0 -> 75463 bytes 2 files changed, 5 insertions(+) diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 4677b41..998736d 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -97,6 +97,11 @@ const userData = [ img: '/media/users/iqiyi.png', title: 'iQIYI', site: 'https://www.iqiyi.com/', + }, + { + img: '/media/users/gcore.jpg', + title: 'Gcore', + site: 'https://gcore.com/', } ] diff --git a/static/media/users/gcore.jpg b/static/media/users/gcore.jpg new file mode 100644 index 0000000..afdcb85 Binary files /dev/null and b/static/media/users/gcore.jpg differ
