Skip to content

Commit

Permalink
Clean: remove mm-secure logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent ec9ad67 commit 6efd3b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ export default class PermissionsConnectFooter extends Component {
const { t } = this.context
return (
<div className="permissions-connect-footer">
<img src="/images/mm-secure.svg" />
<div className="permissions-connect-footer__text">
<div>{t('onlyConnectTrust')}</div>
<div
className="permissions-connect-footer__text--link"
onClick={() => {
global.platform.openWindow({
url:
'https://medium.com/metamask/privacy-mode-is-now-enabled-by-default-1c1c957f4d57',
'https://medium.com/metamask/privacy-mode-is-now-enabled-by-default-1c1c957f4d57',
})
}}
>
Expand Down

0 comments on commit 6efd3b0

Please sign in to comment.