gratipay / grtp.co

Gratipay Widgets + API
https://grtp.co/
MIT License
26 stars 19 forks source link

Re-add dollar sign to default widget #140

Closed mattbk closed 8 years ago

mattbk commented 8 years ago

Lost it during https://github.com/gratipay/grtp.co/pull/138.

screen shot 2016-07-02 at 11 26 19 am

Missing trailing zero is https://github.com/gratipay/grtp.co/issues/110.

mattbk commented 8 years ago

Maybe need to change:

<div class="gratipay-widget">
    <div class="gratipay-inner">
        We receive<br>
---        <a class="gratipay-profile-link"><b class="gratipay-receiving">$0.00 / wk</b></a><br>
+++     <a class="gratipay-profile-link">$<b class="gratipay-receiving">$0.00 / wk</b></a><br>
        on <a class="gratipay-link">Gratipay</a>.
    </div>
</div>

?