Skip to content

Commit

Permalink
remove test icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Jan 28, 2025
1 parent 3c0b15a commit 70cacc1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/(landing)/home-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ const items: HoneycombItem[] = [
),
href: "/docs",
},
...Array.from({ length: 20 }, (_, i) => ({
id: `test-${i}`,
label: `Test ${i}`,
background: <div className="h-full w-full bg-[#333333]"></div>,
icon: (
<Image
src={settingsIcon}
alt="Settings"
fill
className={honeycombIconClassName}
/>
),
})),
// ...Array.from({ length: 20 }, (_, i) => ({
// id: `test-${i}`,
// label: `Test ${i}`,
// background: <div className="h-full w-full bg-[#333333]"></div>,
// icon: (
// <Image
// src={settingsIcon}
// alt="Settings"
// fill
// className={honeycombIconClassName}
// />
// ),
// })),
// {
// id: "mail",
// label: "Mail",
Expand Down

0 comments on commit 70cacc1

Please sign in to comment.