Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #121 from brave/1.0.16-fixes
Browse files Browse the repository at this point in the history
Addressing 1.0.16 branding/support issues
  • Loading branch information
ryanml authored Feb 11, 2020
2 parents 1d8aba3 + 06feffd commit 794d7ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions brave/gulpfile.js/brave-replace-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const createBraveReplaceLinksTask = () => {
)
.pipe(
replace(
/https:\/\/metamask\.zendesk\.com\/hc\/en-us\/articles\/360015289932/gm,
/https:\/\/metamask\.zendesk\.com\/hc\/en-us\/articles\/360015489031/gm,
'https://support.brave.com/hc/en-us/articles/360035488071-How-do-I-manage-my-Crypto-Wallets-'
)
)
.pipe(
replace(
/https:\/\/metamask\.zendesk\.com\/hc\/en-us\/articles\/360015489351-Importing-Accounts/gm,
/https:\/\/metamask\.zendesk\.com\/hc\/en-us\/articles\/360015489331-Importing-an-Account/gm,
'https://support.brave.com/hc/en-us/articles/360035488071-How-do-I-manage-my-Crypto-Wallets-'
)
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.provider-approval-container__content {
margin-bottom: 25px;
}

.provider-approval-container__content
.secure-badge {
display: none;
.secure-badge {
display: none;
}
}

0 comments on commit 794d7ec

Please sign in to comment.