Browse Source

feature(add channel): add tooltip for add channel

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
2d668f0b88
  1. 2
      app/components/Contacts/Network.js

2
app/components/Contacts/Network.js

@ -99,7 +99,7 @@ class Network extends Component {
{btc.satoshisToBtc(balance.channelBalance)}BTC ${usdAmount ? usdAmount.toLocaleString() : ''}
</span>
</section>
<section className={styles.addChannel} onClick={openContactsForm}>
<section className={`${styles.addChannel} hint--bottom-left`} onClick={openContactsForm} data-hint='Open a channel'>
<Isvg src={plus} />
</section>
</header>

Loading…
Cancel
Save