commit b4a7f8c0078e1b8f5f97d3c3d76274d2f1c4f0a2
Author: hiro <[email protected]>
Date: Tue Apr 16 18:31:25 2019 +0200
Fix svg fallback
---
templates/download.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/download.html b/templates/download.html
index 61ec23c..0e4befb 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -1,8 +1,8 @@
<div class="container py-3">
<div class="row">
<div class="col-sm-6">
- <div class="col-md-8 order-1">
- <img src="{{ '/static/images/download/get-connected.svg'|asseturl
}}" class="" alt="{{ _("Get Connected") }}" />
+ <div class="col-md-8 order-1 illo-container">
+ <img src="{{
'/static/images/download/png/[email protected]'|asseturl }}" class=""
alt="{{ _("Get Connected") }}" />
</div>
<h3 class="text-primary">{{ _('Get connected') }}</h3>
<div class="row pl-3 pr-5 text-tpo">
@@ -15,8 +15,8 @@
</div>
</div>
<div class="col-sm-6">
- <div class="col-md-8 order-1">
- <img src="{{ '/static/images/download/stay-safe.svg'|asseturl }}"
class="" alt="{{ _("Stay safe") }}" />
+ <div class="col-md-8 order-1 illo-container">
+ <img src="{{ '/static/images/download/png/[email protected]'|asseturl
}}" class="" alt="{{ _("Stay safe") }}" />
</div>
<h3 class="text-primary">{{ _('Stay safe') }}</h3>
<div class="row pl-3 pr-5 text-tpo">
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits