Skip to content

Commit

Permalink
docs: fix docs api error in Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
YyumeiZhang committed Jul 22, 2024
1 parent 5d380ab commit bb0ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/navigation/navigation/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NavApp extends React.Component {
render() {
return (
<Nav
Body Style={{ height: 320 }}
bodyStyle={{ height: 320 }}
items={[
{ itemKey: 'user', text: 'User Management', icon: <IconUser /> },
{ itemKey: 'union', text: 'Union Center', icon: <IconStar /> },
Expand Down

0 comments on commit bb0ee06

Please sign in to comment.