This repository was archived by the owner on Dec 11, 2019. It is now read-only.
File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -370,11 +370,9 @@ class BitcoinDashboard extends ImmutableComponent {
370
370
< div className = 'settingsListTitle' data-l10n-id = 'outsideUSAPayment' />
371
371
</ div >
372
372
< 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 >
378
376
</ div >
379
377
</ div >
380
378
}
@@ -417,11 +415,9 @@ class BitcoinDashboard extends ImmutableComponent {
417
415
< div className = 'settingsListTitle' data-l10n-id = 'outsideUSAPayment' />
418
416
</ div >
419
417
< 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 >
425
421
</ div >
426
422
</ div >
427
423
}
You can’t perform that action at this time.
0 commit comments