Skip to content

Commit 549ff4f

Browse files
authored
testing
1 parent 84f513f commit 549ff4f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

apps/site/components/withBackers.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
import Avatar from '@node-core/ui-components/Common/AvatarGroup/Avatar';
1+
// import Avatar from '@node-core/ui-components/Common/AvatarGroup/Avatar';
22
import type { FC, PropsWithChildren } from 'react';
33

4-
import provideBackers from '#site/next-data/providers/backersData';
4+
// import provideBackers from '#site/next-data/providers/backersData';
55

66
const WithBackers: FC<PropsWithChildren> = () => {
7-
const backers = provideBackers();
7+
// const backers = provideBackers();
88

99
return (
1010
<div className="flex max-w-full flex-wrap items-center justify-center gap-1">
11-
{backers.map(({ name, image, url }, i) => (
11+
{/* {backers.map(({ name, image, url }, i) => (
1212
<Avatar nickname={name} image={image} url={url} key={`${name}-${i}`} />
13-
))}
13+
))} */}
14+
hola
1415
</div>
1516
);
1617
};

apps/site/pages/en/about/partners.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Projects with their logo, name, tier, the description and a CTA button
4141

4242
Show a list of lists direct individual or organizational support that can be done through OpenCollective and GitHub Sponsors
4343

44-
<WithBackers />
45-
4644
## Become a Partner
4745

4846
this section isn't in the specification

0 commit comments

Comments
 (0)