Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing 1.0.16 branding/support issues #121

Merged
merged 1 commit into from Feb 11, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Addressing 1.0.16 branding overrides

  • Loading branch information
ryanml committed Feb 11, 2020
commit 06feffd8a3b45af7481f3e2312f9219f7d71ec31
@@ -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-'
)
)
@@ -1,8 +1,7 @@
.provider-approval-container__content {
margin-bottom: 25px;
}

.provider-approval-container__content
.secure-badge {
display: none;
.secure-badge {
display: none;
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.