Skip to content

Commit 3bd4f03

Browse files
committed
Update TopBanners.tsx
1 parent fcba43c commit 3bd4f03

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/components/TopBanners.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ export const TopBanners = ({
88
mobile = true,
99
}) => {
1010
const items = [
11-
{
12-
imgSrc: "/sponsors/banners/n8n-banner.png",
13-
mobileImgSrc: "/sponsors/banners/n8n-banner-mobile.png",
14-
url: "https://n8n.io/",
15-
name: "n8n",
16-
description: "Does your interface have a backend yet? Try n8n",
17-
},
11+
// {
12+
// imgSrc: "/sponsors/banners/n8n-banner.png",
13+
// mobileImgSrc: "/sponsors/banners/n8n-banner-mobile.png",
14+
// url: "https://n8n.io/",
15+
// name: "n8n",
16+
// description: "Does your interface have a backend yet? Try n8n",
17+
// },
1818

19-
{
20-
imgSrc: "/sponsors/banners/n8n-banner.png",
21-
mobileImgSrc: "/sponsors/banners/n8n-banner-mobile.png",
22-
url: "https://n8n.io/",
23-
name: "n8n",
24-
description: "Does your interface have a backend yet? Try n8n",
25-
},
19+
// {
20+
// imgSrc: "/sponsors/banners/n8n-banner.png",
21+
// mobileImgSrc: "/sponsors/banners/n8n-banner-mobile.png",
22+
// url: "https://n8n.io/",
23+
// name: "n8n",
24+
// description: "Does your interface have a backend yet? Try n8n",
25+
// },
2626

2727
{
2828
imgSrc: "/sponsors/banners/warp-banner.png",

0 commit comments

Comments
 (0)