Skip to content

Commit

Permalink
Change rewardClaimAddress title PM-715 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 authored Jul 16, 2018
1 parent e943c8d commit 9bc8939
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@storybook/react": "^3.4.8",
"autoprefixer": "^8.6.4",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.5",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.2.0",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-dynamic-import-node": "^2.0.0",
Expand All @@ -115,14 +115,14 @@
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.2.0",
"jest": "^23.4.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const cx = cn.bind(style)

const AddressSection = ({ hasRegistered, mainnetAddress, openSetMainnetAddressModal }) => (
<Block className={cx('addressSection')}>
<Title className={cx('rewardClaimTitle')}>Your Reward Claim Address</Title>
<Title className={cx('rewardClaimTitle')}>Your address</Title>
<Paragraph color="soft">{hasRegistered ? mainnetAddress : 'No address specified yet.'}</Paragraph>
{!hasRegistered && (
<button className={cx('button')} onClick={openSetMainnetAddressModal}>
Expand Down

0 comments on commit 9bc8939

Please sign in to comment.