commit e891a6664b1a622f2db7d4c14c3d0a3537fc236b Author: Pili Guerra pili@piliguerra.com Date: Thu Jun 6 13:29:53 2019 +0200
Fix onion services image --- templates/onion-services.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/onion-services.html b/templates/onion-services.html index ee3051a..d995dca 100644 --- a/templates/onion-services.html +++ b/templates/onion-services.html @@ -4,7 +4,7 @@ {{ this.body }} </div> <div class="col-lg-5"> - <img src="/static/images/home/png/{{ this.section_id }}.png" class="img-fluid" alt="{{ _(this.section) }}" /> + <img src="/static/images/home/svg/{{ this.section_id }}.svg" class="img-fluid" alt="{{ _(this.section) }}" /> </div> </div> <a href="{{ this.path|url }}overview/"><h2 class="text-primary"><u>{{ _('Learn more about onion services here') }}
tor-commits@lists.torproject.org