Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjinyuan committed Jun 7, 2021
1 parent 8bd81bb commit b03b5f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/modules/setup/controllers/login/login.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<div class="row">
<div class="col-xs-12 iit-15 text-center">
<a class="sentence-case" ui-sref="app.setup.register">{{ 'LAUNCH_NEW_ACCOUNT' | translate }}</a> <br />
<a ui-sref="app.setup.forgotPassword">{{ 'SETUP_FORGOT_PASSWORD_Q' | translate }}</a> | <a href="https://help.btc.com" target="_blank">{{ 'HELP' | translate }}</a>
<a ui-sref="app.setup.forgotPassword">{{ 'SETUP_FORGOT_PASSWORD_Q' | translate }}</a> | <a href="https://help.pool.btc.com" target="_blank">{{ 'HELP' | translate }}</a>
</div>
</div>
</app-wrapper>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<i class="bticon bticon-facebook"> </i>
</a>

<a href="https://help.btc.com/"
<a href="https://help.pool.btc.com/"
class="pull-right"
style="margin-right: 37px;"
data-toggle="tooltip"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="links-category">{{ 'FOOTER_COMPANY' | translate }}</div>
<ul class="links-list">
<li class="links-list-item"><a target="_blank" href="https://btc.com/about">{{ 'FOOTER_ABOUT' | translate }}</a></li>
<li class="links-list-item"><a target="_blank" href="https://help.btc.com/hc/en-us/requests/new">{{ 'FOOTER_CONTACT' | translate }}</a></li>
<li class="links-list-item"><a target="_blank" href="https://help.pool.btc.com/hc/en-us/requests/new">{{ 'FOOTER_CONTACT' | translate }}</a></li>
<li class="links-list-item"><a target="_blank" href="https://blog.btc.com/">{{ 'FOOTER_BLOG' | translate }}</a></li>
</ul>
</div>
Expand Down

0 comments on commit b03b5f2

Please sign in to comment.