Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Kuaishou logo to who is using #8160

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading