Skip to content

Commit

Permalink
fix: use NaturePeople icon for Planters in menu (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Luisa Vasquez <[email protected]>
  • Loading branch information
VLuisa and Luisa Vasquez authored Apr 15, 2021
1 parent 5cff1cd commit 753fa12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import IconSettings from '@material-ui/icons/Settings';
import IconShowChart from '@material-ui/icons/ShowChart';
import IconThumbsUpDown from '@material-ui/icons/ThumbsUpDown';
import IconNature from '@material-ui/icons/Nature';
import IconNaturePeople from '@material-ui/icons/NaturePeople';
import IconGroup from '@material-ui/icons/Group';
import IconCompareArrows from '@material-ui/icons/CompareArrows';
import IconPermIdentity from '@material-ui/icons/PermIdentity';
Expand Down Expand Up @@ -80,7 +81,7 @@ function getRoutes(user) {
name: 'Planters',
linkTo: '/planters',
component: Planters,
icon: IconGroup,
icon: IconNaturePeople,
disabled: !hasPermission(user, [
POLICIES.SUPER_PERMISSION,
POLICIES.LIST_PLANTER,
Expand Down

0 comments on commit 753fa12

Please sign in to comment.