diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 4677b416..998736d4 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 00000000..afdcb85f Binary files /dev/null and b/static/media/users/gcore.jpg differ