diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 1614e1f9..c1ea713d 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -53,6 +53,11 @@ const userData = [ title: 'datavisor', site: 'https://datavisor.com/', }, + { + img: '/media/users/huolala.png', + title: 'huolala', + site: 'https://www.huolala.cn/', + }, ] diff --git a/static/media/users/huolala.png b/static/media/users/huolala.png new file mode 100644 index 00000000..8f1e863c Binary files /dev/null and b/static/media/users/huolala.png differ