Skip to content

Commit 70cacc1

Browse files
remove test icons
1 parent 3c0b15a commit 70cacc1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

app/(landing)/home-view.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)