diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index f15fea4a..7e1f2f55 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 00000000..73320cc0 Binary files /dev/null and b/static/media/users/ahoygames.png differ