Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Change calculator icon (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent 53ecbe1 commit a6879c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MenuDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MenuDrawer = ({ isMobile, open, onClose }) => {
/>
</Link>
<Link href="/calculator">
<SimpleListItem graphic="settings" text="Calculator" />
<SimpleListItem graphic="dialpad" text="Calculator" />
</Link>

<ListDivider />
Expand Down

0 comments on commit a6879c9

Please sign in to comment.