diff options
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 543a815f..faddf294 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -31,8 +31,11 @@ <button class="button button-clear icon icon-left ion-android-globe white-button-text animated bounceInUp" ng-click="switchLang()"> {{'kLanguage' | translate}} </button> - <br/> - <small><a style="text-decoration:none; color:white" href="#" onclick="window.open('https://medium.com/@pliablepixels/zmninja-privacy-and-your-data-22fd302695ad', '_blank', 'location=yes'); return false;">{{'kDataPrivacy' | translate}}</a></small> + <div class="animated bounceInUp"> + <small ><a style="text-decoration:none; color:white" + href="#" onclick="window.open('https://medium.com/@pliablepixels/zmninja-privacy-and-your-data-22fd302695ad', '_blank', 'location=yes'); return false;">{{'kDataPrivacy' | translate}}</a> + </small> + </div> </center> </div> </center> |
