commit fb8ad666254a762a5c46f67e0f517a790ea2395c Author: Pili Guerra pili@piliguerra.com Date: Sun Jun 2 09:45:02 2019 +0200
Fix image typo --- templates/outreach.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/outreach.html b/templates/outreach.html index 392b9ac..842681c 100644 --- a/templates/outreach.html +++ b/templates/outreach.html @@ -6,7 +6,7 @@ </div> <div class="col-4 bg-light"> <div class="illo-container"> - <img src="/static/images/home/svg/{{ 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> </div>
tor-commits@lists.torproject.org