[tor-commits] [lego/master] Remove light from filename

kez at torproject.org kez at torproject.org
Mon Oct 25 00:10:56 UTC 2021


commit dad7d66c999c0b7773e1c0db8474a24eb5a9dada
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date:   Tue Oct 19 18:20:49 2021 +0000

    Remove light from filename
---
 templates/banner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/banner.html b/templates/banner.html
index 83b5657..03a8fc7 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -38,8 +38,8 @@
       <div class="col-1 px-0"></div>
       <div class="col-lg-4 col-md-4 col-10 pt-0 px-0 illo-container position-relative">
         <picture class="banner-img-style">
-          <source srcset="{{ '/static/css/images/home/png/yec-activist-light-{% this.alt %}@3x.png'|asseturl }}">
-	  <img src="{{ '/static/css/images/home/png/yec-activist-light-en at 3x.png'|asseturl }}">
+          <source srcset="{{ '/static/css/images/home/png/yec-activist-{% this.alt %}@3x.png'|asseturl }}">
+	  <img src="{{ '/static/css/images/home/png/yec-activist-en at 3x.png'|asseturl }}">
 	</picture>
       </div>
       <div class="col-1 px-0"></div>





More information about the tor-commits mailing list