@@ -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