[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/staging] Fix svg fallback
commit b4a7f8c0078e1b8f5f97d3c3d76274d2f1c4f0a2
Author: hiro <hiro@xxxxxxxxxxxxxx>
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/get-connected@xxxxxx'|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/stay-safe@xxxxxx'|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
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits