Change footer text

Change "POWERED BY RESIN.IO" to "AN OPEN SOURCE PROJECT BY RESIN.IO".

Fixes: https://github.com/resin-io/herostratus/issues/25
This commit is contained in:
Juan Cruz Viotti 2015-11-18 15:52:07 -04:00
parent 146256be28
commit f7c0a229a5
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<div class="row around-xs section-footer"> <div class="row around-xs section-footer">
<div class="col-xs"> <div class="col-xs">
<div class="box text-center"> <div class="box text-center">
<hero-caption ng-click="app.open('https://resin.io')">POWERED BY RESIN.IO</hero-caption> <hero-caption ng-click="app.open('https://resin.io')">AN OPEN SOURCE PROJECT BY RESIN.IO</hero-caption>
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 108 KiB