commit 08fb095da43bb48eed4ad7cdae617a4548b1cd3a Author: hiro hiro@torproject.org Date: Thu Apr 11 00:13:53 2019 +0200
Fix icons fallback --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 2a8338e..79eeb53 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -41,7 +41,7 @@ </div> <div class="container pt-5 justify-content-center"> <div class="row ml-5 mr-5"> - <a class=" h4 text-primary" href="https://lists.torproject.org" target="_blank">{{ _('Join an email list') }} <small class="fa fa-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></small></a> + <a class=" h4 text-primary" href="https://lists.torproject.org" target="_blank">{{ _('Join an email list') }} <small class="fa fa-arrow-right-png p-1" title="icon arrow-right" aria-hidden="true"></small></a> </div> <div class="row ml-5 mr-5 pt-3 preamble"> <p>{{ _("Our teams collaborate in open channels, including email lists, you are welcome to join. If you have a question for a specific team not answered on our support portal, you can ask the appropriate list. You're welcome to subscribe and just watch, too :)") }}</p>