diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-10-14 12:09:52 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-10-19 14:16:38 +0200 |
| commit | b4d1523b1c477003d19fa0a406bd26211c654325 (patch) | |
| tree | 4ccd4cb4ae0a7b46e4170f8831f7188673eb7d8a | |
| parent | 59a55979bd209e0ebec5578f3e6c72319a7a84f4 (diff) | |
| download | mullvadvpn-b4d1523b1c477003d19fa0a406bd26211c654325.tar.xz mullvadvpn-b4d1523b1c477003d19fa0a406bd26211c654325.zip | |
Swap mail icon for chevron
| -rw-r--r-- | app/assets/images/icon-email.svg | 6 | ||||
| -rw-r--r-- | app/components/Settings.js | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/app/assets/images/icon-email.svg b/app/assets/images/icon-email.svg deleted file mode 100644 index 5a8a8c0945..0000000000 --- a/app/assets/images/icon-email.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16px" height="12px" viewBox="0 0 16 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title>path</title> - <desc>Mullvad VPN app</desc> - <defs></defs> - <path d="M3.80277564,2 L8,4.79814957 L8,4.79814957 L12.1972244,2 L3.80277564,2 Z M14,3.20185043 L8.57398104,6.8191964 C8.40423955,6.93806521 8.20219416,7.00036557 7.98908928,7.00003642 C7.7891813,6.9976758 7.59213144,6.93552384 7.42601896,6.8191964 L2,3.20185043 L2,10 L14,10 L14,3.20185043 Z M0,1.00247329 C0,0.448822582 0.444630861,0 1.00087166,0 L14.9991283,0 C15.5518945,0 16,0.455760956 16,1.00247329 L16,10.9975267 C16,11.5511774 15.5553691,12 14.9991283,12 L1.00087166,12 C0.448105505,12 0,11.544239 0,10.9975267 L0,1.00247329 Z" id="path" fill="#FFFFFF" fill-rule="evenodd"></path> -</svg>
\ No newline at end of file diff --git a/app/components/Settings.js b/app/components/Settings.js index 9dddb2267d..4410776c01 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -90,7 +90,7 @@ export default class Settings extends Component { </div> <div className="settings__cell settings__cell--active" onClick={ this.onExternalLink.bind(this, 'supportEmail') }> <div className="settings__cell-label">Contact support</div> - <img className="settings__cell-icon" src="./assets/images/icon-email.svg" /> + <img className="settings__cell-disclosure" src="assets/images/icon-chevron.svg" /> </div> </div> </div> |
