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

Made all place of Cubits/buybitcoinworldwide.com button clickable #6051

Merged
merged 1 commit into from
Dec 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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