[tor-commits] [tpo/master] Fix svg fallback

hiro at torproject.org hiro at torproject.org
Tue Apr 16 16:31:29 UTC 2019


commit b4a7f8c0078e1b8f5f97d3c3d76274d2f1c4f0a2
Author: hiro <hiro at torproject.org>
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 at 3x.png'|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 at 3x.png'|asseturl }}" class="" alt="{{ _("Stay safe") }}" />
       </div>
       <h3 class="text-primary">{{ _('Stay safe') }}</h3>
         <div class="row pl-3 pr-5 text-tpo">



More information about the tor-commits mailing list