Skip to content

Commit

Permalink
Add TG button #40
Browse files Browse the repository at this point in the history
  • Loading branch information
timmson committed May 31, 2021
1 parent a302869 commit 86fcc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ <h3 style="color:#fd680e;">Loan Amortization Schedule</h3>
</form>
<hr/>
<div class="row mt-5">
<div class="col-sm-10">
<div class="col-sm-9">
<div style="color:#fd680e;">
{{ toMoney(schedule.overAllInterest) }} ({{ toMoney(schedule.fullAmount)}}),
{{schedule.lastPaymentDate}} (~{{schedule.termInYear}}Y)
</div>
</div>
<div class="col-sm-2 text-right">
<div class="col-sm-3 text-right">
<a v-bind:href="shareUrl" target="_blank">[Share via TG]</a>
<a href="#footer" id="header">[Bottom &darr;]</a>
</div>
Expand Down

0 comments on commit 86fcc7e

Please # to comment.