Skip to content

Commit

Permalink
feat(button menu): set default example to use button tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Oct 17, 2024
1 parent 9bea821 commit f9017e7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/examples/button-menu/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ figma_link: https://www.figma.com/file/N2xqOFkyehXwcD9DxU1gEq/MoJ-Figma-Kit?type
},
"items": [
{
"text": "Menu item 1",
"href": "#"
"text": "Menu item 1"
},
{
"text": "Menu item 2",
"href": "#"
"text": "Menu item 2"
},
{
"text": "Menu item 3",
"href": "#"
"text": "Menu item 3"
}
]
}) }}

0 comments on commit f9017e7

Please sign in to comment.