Skip to content

Commit 19bf3f5

Browse files
authored
docs: add Cloudflare and YouMind logos to who is using (#12039)
1 parent 046bae4 commit 19bf3f5

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading

website/theme/components/Landingpage/WhoIsUsing/index.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import alibabaLogo from './assets/alibaba.svg';
1111
import amazonLogo from './assets/amazon.svg';
1212
import bitDevLogo from './assets/bit.svg';
1313
import bytedanceLogo from './assets/bytedance.svg';
14+
import cloudflareLogo from './assets/cloudflare.svg';
1415
import deepseekLogo from './assets/deepseek.svg';
1516
import discordLogo from './assets/discord.svg';
1617
import getaroundLogo from './assets/getaround.svg';
@@ -26,6 +27,7 @@ import snapLogo from './assets/snap.svg';
2627
import tiktokLogo from './assets/tiktok.svg';
2728
import trellisLogo from './assets/trellis.svg';
2829
import verkadaLogo from './assets/verkada.png';
30+
import youmindLogo from './assets/youmind.svg';
2931

3032
type Company = {
3133
name: string;
@@ -157,6 +159,18 @@ const companyList: Company[] = [
157159
url: 'https://www.snap.com/',
158160
width: 120,
159161
},
162+
{
163+
name: 'Cloudflare',
164+
logo: cloudflareLogo,
165+
url: 'https://cloudflare.com',
166+
width: 180,
167+
},
168+
{
169+
name: 'YouMind',
170+
logo: youmindLogo,
171+
url: 'https://youmind.com',
172+
width: 160,
173+
},
160174
];
161175

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

0 commit comments

Comments
 (0)