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

emmapeel at torproject.org emmapeel at torproject.org
Thu Apr 25 15:03:04 UTC 2019


commit 76423c43754cb114c00880128f9bfbdd44180763
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 f86fc73..9ce330c 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