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 e5112fd  Add Gcore to Users page (#188)
e5112fd is described below

commit e5112fd065555a85ec3e4aeaea3b20c04d576b13
Author: Twice <[email protected]>
AuthorDate: Tue Jan 9 18:19:37 2024 +0900

    Add Gcore to Users page (#188)
---
 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

Reply via email to