Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
eps1lon and mbrookes authored May 29, 2019
1 parent 9775177 commit 5dbc729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/components/app-bar/PrimarySearchAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function PrimarySearchAppBar() {
<p>Messages</p>
</MenuItem>
<MenuItem>
<IconButton aria-label="Show 17 new notifications" color="inherit">
<IconButton aria-label="Show 11 new notifications" color="inherit">
<Badge badgeContent={11} color="secondary">
<NotificationsIcon />
</Badge>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/app-bar/PrimarySearchAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function PrimarySearchAppBar() {
<p>Messages</p>
</MenuItem>
<MenuItem>
<IconButton aria-label="Show 17 new notifications" color="inherit">
<IconButton aria-label="Show 11 new notifications" color="inherit">
<Badge badgeContent={11} color="secondary">
<NotificationsIcon />
</Badge>
Expand Down

0 comments on commit 5dbc729

Please sign in to comment.