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

Commit dfbbbf9

Browse files
authored
Merge pull request #6051 from luixxiul/fix-cubits-button
Made all place of Cubits/buybitcoinworldwide.com button clickable
2 parents face405 + 0ebc05b commit dfbbbf9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

js/about/preferences.js

+6-10
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,9 @@ class BitcoinDashboard extends ImmutableComponent {
370370
<div className='settingsListTitle' data-l10n-id='outsideUSAPayment' />
371371
</div>
372372
<div className='settingsPanelDivider'>
373-
<button className='browserButton primaryButton'>
374-
<a target='_blank' href='https://www.buybitcoinworldwide.com/'>
375-
buybitcoinworldwide.com
376-
</a>
377-
</button>
373+
<a target='_blank' href='https://www.buybitcoinworldwide.com/'>
374+
<button className='browserButton primaryButton'>buybitcoinworldwide.com</button>
375+
</a>
378376
</div>
379377
</div>
380378
}
@@ -417,11 +415,9 @@ class BitcoinDashboard extends ImmutableComponent {
417415
<div className='settingsListTitle' data-l10n-id='outsideUSAPayment' />
418416
</div>
419417
<div className='settingsPanelDivider'>
420-
<button className='browserButton primaryButton'>
421-
<a target='_blank' href={url}>
422-
{name}
423-
</a>
424-
</button>
418+
<a target='_blank' href={url}>
419+
<button className='browserButton primaryButton'>{name}</button>
420+
</a>
425421
</div>
426422
</div>
427423
}

0 commit comments

Comments
 (0)