Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6051 from luixxiul/fix-cubits-button
Browse files Browse the repository at this point in the history
Made all place of Cubits/buybitcoinworldwide.com button clickable
  • Loading branch information
bsclifton authored Dec 7, 2016
2 parents face405 + 0ebc05b commit dfbbbf9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,9 @@ class BitcoinDashboard extends ImmutableComponent {
<div className='settingsListTitle' data-l10n-id='outsideUSAPayment' />
</div>
<div className='settingsPanelDivider'>
<button className='browserButton primaryButton'>
<a target='_blank' href='https://www.buybitcoinworldwide.com/'>
buybitcoinworldwide.com
</a>
</button>
<a target='_blank' href='https://www.buybitcoinworldwide.com/'>
<button className='browserButton primaryButton'>buybitcoinworldwide.com</button>
</a>
</div>
</div>
}
Expand Down Expand Up @@ -417,11 +415,9 @@ class BitcoinDashboard extends ImmutableComponent {
<div className='settingsListTitle' data-l10n-id='outsideUSAPayment' />
</div>
<div className='settingsPanelDivider'>
<button className='browserButton primaryButton'>
<a target='_blank' href={url}>
{name}
</a>
</button>
<a target='_blank' href={url}>
<button className='browserButton primaryButton'>{name}</button>
</a>
</div>
</div>
}
Expand Down

0 comments on commit dfbbbf9

Please sign in to comment.