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

Commit

Permalink
Made all place of Cubits and buybitcoinworldwide.com button clickable
Browse files Browse the repository at this point in the history
Auditors: @bsclifton

Fixes #6050

Test Plan:
1. Disable "worldWidePanel"
2. Open about:preferences#payments
3. Click the top left corner of "Cubits" button
4. Enable "worldWidePanel"
5. Open about:preferences#payments
6. Click the top left corner of "buybitcoinworldwide.com" button
  • Loading branch information
Suguru Hirahara committed Dec 7, 2016
1 parent 254cffb commit 0ebc05b
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 0ebc05b

Please sign in to comment.