Rempalce SVGs to PNGs on steps images

This commit is contained in:
Mariano Rodriguez 2014-09-25 19:05:08 -03:00
commit 69c51c5efa
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<div class="large-8 columns line-dashed-setup-v">
<div class="box-setup oh">
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">
<img ng-if="$root.fromSetup && !isMobile" class="right m15t" src="img/step-3.svg" alt="Step 3">
<img ng-if="$root.fromSetup && !isMobile" class="right m15t" src="img/step-3.png" alt="Step 3">
<h1 translate class="text-primary line-sidebar-b">Waiting copayers</h1>
<h3 translate>Share this secret with your other copayers</h3>
<div class="panel">