This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new cd65d34 Add Ahoy Games to Users (#54)
cd65d34 is described below
commit cd65d34b675317a698ef3d6ae764e81af0639533
Author: Twice <[email protected]>
AuthorDate: Thu Feb 16 11:04:44 2023 +0800
Add Ahoy Games to Users (#54)
---
src/components/UserLogos/index.tsx | 5 +++++
static/media/users/ahoygames.png | Bin 0 -> 6896 bytes
2 files changed, 5 insertions(+)
diff --git a/src/components/UserLogos/index.tsx
b/src/components/UserLogos/index.tsx
index f15fea4..7e1f2f5 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -68,6 +68,11 @@ const userData = [
title: 'CoinIndex',
site: 'https://coinindex.agency/',
},
+ {
+ img: '/media/users/ahoygames.png',
+ title: 'Ahoy Games',
+ site: 'https://www.ahoygames.com/',
+ },
]
diff --git a/static/media/users/ahoygames.png b/static/media/users/ahoygames.png
new file mode 100644
index 0000000..73320cc
Binary files /dev/null and b/static/media/users/ahoygames.png differ