|
76 | 76 | <header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >
|
77 | 77 |
|
78 | 78 | @@if (site === 'mew' ) {
|
79 |
| - <div class="small announcement announcement-mew"> |
80 |
| - <div clas="container"> |
81 |
| - Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a> |
| 79 | + <div class="small announcement annoucement-danger"> |
| 80 | + <div class="container"> |
| 81 | + DON'T GET PHISHED, please! 🎣 Thank you! 🤗 |
82 | 82 | <br />
|
83 |
| - Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a> |
| 83 | + 1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a> |
| 84 | + <span class="hidden-xs"> |
| 85 | + |
| 86 | + 2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a> |
| 87 | + or |
| 88 | + <a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a> |
| 89 | + or |
| 90 | + <a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a> |
| 91 | + or |
| 92 | + <a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a> |
| 93 | + </span> |
84 | 94 | </div>
|
85 | 95 | </div>
|
86 | 96 | }
|
|
90 | 100 | @@if (site === 'mew' ) {
|
91 | 101 | <a class="brand" href="/" aria-label="Go to homepage">
|
92 | 102 | <img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
|
93 |
| - <p class="small visible-xs">3.30.1</p> |
| 103 | + <p class="small visible-xs">3.30.2</p> |
94 | 104 | </a>
|
95 | 105 | }
|
96 | 106 | @@if (site === 'cx' ) {
|
97 | 107 | <a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
|
98 | 108 | <img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
|
99 |
| - <p class="small visible-xs">3.30.1</p> |
| 109 | + <p class="small visible-xs">3.30.2</p> |
100 | 110 | </a>
|
101 | 111 | }
|
102 | 112 | <div class="tagline">
|
103 | 113 |
|
104 |
| - <span class="hidden-xs">3.30.1</span> |
| 114 | + <span class="hidden-xs">3.30.2</span> |
105 | 115 |
|
106 | 116 | <span class="dropdown dropdown-lang" ng-cloak>
|
107 | 117 | <a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
|
|
0 commit comments