build(www): rename public directory to www

This commit is contained in:
Jason Dreyzehner 2016-10-06 00:26:57 -04:00
commit de6e8062d5
367 changed files with 1 additions and 1 deletions

View file

@ -1,10 +0,0 @@
<div class="m20t text-gray" ng-show="formData.supported">
<div class="text-center m20b">
<qrcode size="220" version="8" error-correction-level="M" data="{{formData.exportWalletInfo}}"></qrcode>
</div>
<div class="text-center size-12 m10" translate>From the destination device, go to Add wallet &gt; Import wallet and scan this QR code</div>
</div>
<div class="m20t text-gray" ng-show="!formData.supported">
<div class="text-center size-12 m10" translate>Exporting via QR not supported for this wallet</div>
</div>