diff --git a/src/components/atoms/PostActions.jsx b/src/components/atoms/PostActions.jsx index 8c3ff3c3..d663c7a7 100644 --- a/src/components/atoms/PostActions.jsx +++ b/src/components/atoms/PostActions.jsx @@ -48,10 +48,12 @@ export default class PostActions extends PureComponent {
-Send a donation with your MetaMask or Mist account.
+ + {this.state.web3Connected && ( +diff --git a/src/components/molecules/ModalThanks.module.scss b/src/components/molecules/ModalThanks.module.scss index 61d62f95..0f499ab2 100644 --- a/src/components/molecules/ModalThanks.module.scss +++ b/src/components/molecules/ModalThanks.module.scss @@ -5,10 +5,6 @@ display: flex; justify-content: space-between; flex-wrap: wrap; - - > div:first-child { - width: 100%; - } } } diff --git a/src/components/organisms/Footer.jsx b/src/components/organisms/Footer.jsx index 1c0b0099..25b4dc90 100644 --- a/src/components/organisms/Footer.jsx +++ b/src/components/organisms/Footer.jsx @@ -74,10 +74,12 @@ export default class Footer extends PureComponent { -+ {this.state.showModal && ( + + )}