Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0c99303

Browse files
lekoafTigge
authored andcommitted
docs: update menu example
1 parent b7dd495 commit 0c99303

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/mdx/coreComponents

1 file changed

+2
-2
lines changed

packages/docs/src/mdx/coreComponents/Menu.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const meta = {
77
import {
88
MoreIcon,
99
CheckIcon,
10-
ColumnsIcon,
10+
ClockIcon,
1111
} from 'practical-react-components-icons'
1212

1313
import { Menu } from 'practical-react-components-core'
@@ -24,7 +24,7 @@ export const onClickHandler = label => {
2424

2525
export const ITEMS = [
2626
{ icon: CheckIcon, label: 'Enabled item' },
27-
{ icon: ColumnsIcon, label: 'Column options', divider: true },
27+
{ icon: ClockIcon, label: 'Options', divider: true },
2828
{ label: 'Item 3', disabled: true, danger: true },
2929
]
3030

0 commit comments

Comments
 (0)