Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 18, 2024
1 parent f333b14 commit 7c88d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AppBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const SettingsMenuItem = React.forwardRef<HTMLAnchorElement>((props, ref) => {
export const MyAppBar = () => (
<AppBar
userMenu={
<UserMenu>
<UserMenu>
<SettingsMenuItem />
<Logout />
</UserMenu>
Expand Down

0 comments on commit 7c88d4e

Please sign in to comment.