Skip to content

Commit

Permalink
enhance(Navigation): allow react nodes as labels on navigation button…
Browse files Browse the repository at this point in the history
… items
  • Loading branch information
sjschlapbach committed Dec 23, 2024
1 parent bd34379 commit 9458ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ interface ButtonItemProps {
cy?: string
test?: string
}
label: string
label: string | React.ReactNode
disabled?: boolean
icon?: React.ReactNode
className?: {
Expand Down

0 comments on commit 9458ba6

Please sign in to comment.