diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-19 14:46:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-19 14:46:57 -0400 |
| commit | b61bbc639a1e812797fd245e13407e84094efd65 (patch) | |
| tree | 9bb3d41891927dbf26a94e7cafdc26ef2e5f0b89 /www/templates | |
| parent | 870598ef6d854345db5993813cc2f5d6d091e339 (diff) | |
#653 formatting
Diffstat (limited to 'www/templates')
| -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> |
