diff --git a/website/project-words.txt b/website/project-words.txt index 9b8ae937f5a..aea51c35f7b 100644 --- a/website/project-words.txt +++ b/website/project-words.txt @@ -72,6 +72,7 @@ jscexperimentalplugins JSCPU jscpuprofile kaffi +kuaishou Kyrylo lightningcss lingyucoder diff --git a/website/theme/components/Landingpage/WhoIsUsing/assets/kuaishou.svg b/website/theme/components/Landingpage/WhoIsUsing/assets/kuaishou.svg new file mode 100644 index 00000000000..e06f3ec667e --- /dev/null +++ b/website/theme/components/Landingpage/WhoIsUsing/assets/kuaishou.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/theme/components/Landingpage/WhoIsUsing/index.tsx b/website/theme/components/Landingpage/WhoIsUsing/index.tsx index cf3ad56e164..9733e4cc88b 100644 --- a/website/theme/components/Landingpage/WhoIsUsing/index.tsx +++ b/website/theme/components/Landingpage/WhoIsUsing/index.tsx @@ -14,6 +14,7 @@ import bytedanceLogo from './assets/bytedance.svg'; import discordLogo from './assets/discord.svg'; import getaroundLogo from './assets/getaround.svg'; import intuitLogo from './assets/intuit.svg'; +import kuaishouLogo from './assets/kuaishou.svg'; import microsoftLogo from './assets/microsoft.svg'; import nioLogo from './assets/nio.svg'; import sequoiaLogo from './assets/sequoia.svg'; @@ -108,6 +109,12 @@ const companyList: Company[] = [ url: 'https://trellis.org', width: 100, }, + { + name: 'Kuaishou', + logo: kuaishouLogo, + url: 'https://ir.kuaishou.com/', + width: 160, + }, ]; const WhoIsUsing: React.FC = memo(() => {