Skip to content

Commit

Permalink
docs: add Google and DeepSeek to who is using (web-infra-dev#8865)
Browse files Browse the repository at this point in the history
* docs: add Google and DeepSeek to who is using

* docs: width
  • Loading branch information
chenjiahan authored Dec 27, 2024
1 parent 7939321 commit 675c2cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion website/theme/components/Landingpage/WhoIsUsing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import alibabaLogo from './assets/alibaba.svg';
import amazonLogo from './assets/amazon.svg';
import bitDevLogo from './assets/bit.svg';
import bytedanceLogo from './assets/bytedance.svg';
import deepseekLogo from './assets/deepseek.svg';
import discordLogo from './assets/discord.svg';
import getaroundLogo from './assets/getaround.svg';
import googleLogo from './assets/google.svg';
import intuitLogo from './assets/intuit.svg';
import kuaishouLogo from './assets/kuaishou.svg';
import microsoftLogo from './assets/microsoft.svg';
Expand Down Expand Up @@ -54,11 +56,17 @@ const companyList: Company[] = [
url: 'https://www.tiktok.com',
width: 180,
},
{
name: 'Google',
logo: googleLogo,
url: 'https://google.com',
width: 110,
},
{
name: 'Alibaba',
logo: alibabaLogo,
url: 'https://www.alibaba.com',
width: 170,
width: 160,
},
{
name: 'bit.dev',
Expand Down Expand Up @@ -115,6 +123,12 @@ const companyList: Company[] = [
url: 'https://ir.kuaishou.com/',
width: 160,
},
{
name: 'DeepSeek',
logo: deepseekLogo,
url: 'https://deepseek.com',
width: 140,
},
];

const WhoIsUsing: React.FC = memo(() => {
Expand Down

0 comments on commit 675c2cf

Please sign in to comment.