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 #4333 from brave/remove-word-visit
Browse files Browse the repository at this point in the history
remove the word visit for non-us bitcoin links
  • Loading branch information
bbondy authored Oct 4, 2016
2 parents 9b74504 + 77ada2e commit e1569c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ class BitcoinDashboard extends ImmutableComponent {
<div className='settingsListTitle' data-l10n-id='outsideUSAPayment' />
</div>
<div className='settingsPanelDivider'>
<span className='visitText' data-l10n-id='visit' />
<a target='_blank' className='browserButton primaryButton' href={url}>
{name}
</a>
Expand Down
6 changes: 0 additions & 6 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -819,12 +819,6 @@ div.nextPaymentSubmission {
top: 0;
}
}
.visitText {
color: @braveOrange;
line-height: 45px;
margin: 0 13px;
font-size: 14px;
}
#bitcoinPaymentURL {
cursor: pointer;
background-color: @lightGray;
Expand Down

0 comments on commit e1569c5

Please sign in to comment.