Skip to content

Commit

Permalink
Merge pull request #7 from colebillys19/rithm-reset-icon
Browse files Browse the repository at this point in the history
Replace reset icon (desmosinc#31)
  • Loading branch information
misscoded authored Jun 24, 2019
2 parents 9432a0d + 94fc4d9 commit 0e30547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SidebarButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: 40px;
height: 40px;
margin-left: -8px;
margin-top: -3px;
margin-top: -2px;
}

.SidebarButton-badge {
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import React from 'react';
import classNames from 'classnames';
import camera from './icons/camera.svg';
import preview from './icons/preview.svg';
import reset from './icons/reset.svg';
import burst from './icons/burst.svg';
import folder from './icons/folder.svg';
import settings from './icons/settings.svg';
import reset from './icons/reset.svg';
import './SidebarButton.css';

const iconMap = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/icons/reset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e30547

Please sign in to comment.