mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Clean up first notice
Remove redundant title from notice component. Make link color the same orange as the rest of the UI.
This commit is contained in:
parent
8d0f4c2799
commit
a5024aa372
@ -7,5 +7,6 @@ Please use the new Ropsten Network as your new default test network.
|
||||
You can fund your Ropsten account using the buy button on your account page.
|
||||
|
||||
Best wishes!
|
||||
|
||||
The MetaMask Team
|
||||
|
||||
|
@ -76,7 +76,7 @@ Notice.prototype.render = function () {
|
||||
}
|
||||
|
||||
.markdown a {
|
||||
color: blue;
|
||||
color: #df6b0e;
|
||||
}
|
||||
|
||||
`),
|
||||
@ -91,7 +91,6 @@ Notice.prototype.render = function () {
|
||||
scroll: 'auto',
|
||||
},
|
||||
}, [
|
||||
`${props.lastUnreadNotice.title}`,
|
||||
h(ReactMarkdown, {
|
||||
source: props.lastUnreadNotice.body,
|
||||
skipHtml: true,
|
||||
|
Loading…
Reference in New Issue
Block a user