File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -72,19 +72,19 @@ const items: HoneycombItem[] = [
7272 ) ,
7373 href : "/docs" ,
7474 } ,
75- ...Array . from ( { length : 20 } , ( _ , i ) => ( {
76- id : `test-${ i } ` ,
77- label : `Test ${ i } ` ,
78- background : < div className = "h-full w-full bg-[#333333]" > </ div > ,
79- icon : (
80- < Image
81- src = { settingsIcon }
82- alt = "Settings"
83- fill
84- className = { honeycombIconClassName }
85- />
86- ) ,
87- } ) ) ,
75+ // ...Array.from({ length: 20 }, (_, i) => ({
76+ // id: `test-${i}`,
77+ // label: `Test ${i}`,
78+ // background: <div className="h-full w-full bg-[#333333]"></div>,
79+ // icon: (
80+ // <Image
81+ // src={settingsIcon}
82+ // alt="Settings"
83+ // fill
84+ // className={honeycombIconClassName}
85+ // />
86+ // ),
87+ // })),
8888 // {
8989 // id: "mail",
9090 // label: "Mail",
You can’t perform that action at this time.
0 commit comments