Skip to content

Commit

Permalink
Rewards/MyRewards: add etherscan link - removed GU
Browse files Browse the repository at this point in the history
  • Loading branch information
e18r committed Nov 27, 2019
1 parent f059ce9 commit d8404a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/rewards/app/components/Content/MyRewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
ContextMenu,
ContextMenuItem,
DataView,
GU,
IconCoin,
IconHash,
IconView,
Expand Down Expand Up @@ -161,8 +160,8 @@ MyRewards.propTypes = {

const StyledIcon = ({ Icon }) => (
<Icon style={{
marginRight: GU * 1.5 + 'px',
marginBottom: GU / 4 + 'px',
marginRight: '11px',
marginBottom: '2px',
}}/>
)

Expand Down

0 comments on commit d8404a1

Please sign in to comment.