[lego/master] And picture shouldn't have the class

commit 5fdc79de1e2284a5eed9bb4104a2b6242b9c82e2 Author: HackerNCoder <hackerncoder@encryptionin.space> Date: Tue Oct 19 19:33:11 2021 +0000 And picture shouldn't have the class --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/banner.html b/templates/banner.html index 55e7fde..565fc19 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -37,7 +37,7 @@ </div> <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"> + <picture> {% set image = '/static/css/images/home/png/yec-activist-' + this.alt + '@3x.png' %} <source srcset="{{ image|asseturl }}"> <img class="banner-img-style" src="{{ '/static/css/images/home/png/yec-activist-en@3x.png'|asseturl }}">
participants (1)
-
kez@torproject.org