diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 7e1f2f55..19dba862 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -73,6 +73,11 @@ const userData = [ title: 'Ahoy Games', site: 'https://www.ahoygames.com/', }, + { + img: '/media/users/iflytek-adx.jpg', + title: 'iflytek adx', + site: 'https://www.voiceads.cn/', + }, ] diff --git a/static/media/users/iflytek-adx.jpg b/static/media/users/iflytek-adx.jpg new file mode 100644 index 00000000..2b173c01 Binary files /dev/null and b/static/media/users/iflytek-adx.jpg differ