Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Apr 3, 2017
1 parent d2533f5 commit 12e506e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<section class="bg-gradient header-branding">
<section class="container">

@@if (site === 'mew' ) { <a class="brand" href="https://www.myetherwallet.com/" aria-label="Go to homepage"> <img src="images/logo-myetherwallet.svg" height="64px" width="auto" alt="MyEtherWallet" /></a> }
@@if (site === 'cx' ) { <a class="brand" href="/cx-wallet.html" aria-label="Go to homepage"> <img src="images/logo-myetherwalletcx.svg" height="64px" width="auto" alt="MyEtherWallet" /></a> }
@@if (site === 'mew' ) { <a class="brand" href="https://www.myetherwallet.com/" aria-label="Go to homepage"> <img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" /></a> }
@@if (site === 'cx' ) { <a class="brand" href="/cx-wallet.html" aria-label="Go to homepage"> <img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" /></a> }

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<section class="container">


<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage"> <img src="images/logo-myetherwalletcx.svg" height="64px" width="auto" alt="MyEtherWallet" /></a>
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage"> <img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" /></a>

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<section class="bg-gradient header-branding">
<section class="container">

<a class="brand" href="https://www.myetherwallet.com/" aria-label="Go to homepage"> <img src="images/logo-myetherwallet.svg" height="64px" width="auto" alt="MyEtherWallet" /></a>
<a class="brand" href="https://www.myetherwallet.com/" aria-label="Go to homepage"> <img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" /></a>


<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>
Expand Down
Binary file modified releases/chrome-extension-v3.6.0.zip
Binary file not shown.
Binary file modified releases/dist-v3.6.0.zip
Binary file not shown.

0 comments on commit 12e506e

Please sign in to comment.