Skip to content

Commit

Permalink
docs: add Kuaishou logo to who is using (#8160)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Oct 17, 2024
1 parent 01e34a2 commit d01e85c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jscexperimentalplugins
JSCPU
jscpuprofile
kaffi
kuaishou
Kyrylo
lightningcss
lingyucoder
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions website/theme/components/Landingpage/WhoIsUsing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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(() => {
Expand Down

0 comments on commit d01e85c

Please sign in to comment.