Skip to content

Commit

Permalink
fix(webapp): remove ripple effect (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
leisterfrancisco committed Feb 8, 2022
1 parent 52e2989 commit 049e7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const AuthButton = memo(({ onSignOut }) => {

return (
<Button
disableRipple
startIcon={<CloseIcon />}
onClick={onSignOut}
className={classes.noHover}
Expand Down Expand Up @@ -260,6 +261,7 @@ const Header = memo(({ onDrawerToggle, routes }) => {
</MenuItem>
<MenuItem>
<Button
disableRipple
startIcon={<EditIcon />}
onClick={() => handleSwitchRoute('/admin')}
className={classes.noHover}
Expand Down

0 comments on commit 049e7d7

Please sign in to comment.