commit 5bf9a9525fa8815e3d6746a895a1d1bdcb14a244
Author: HackerNCoder <[email protected]>
Date:   Tue Sep 7 20:14:22 2021 +0000

    i #229: Add Samourai Wallet to membership page
---
 assets/static/images/membership/logos/samourai.png | Bin 0 -> 12446 bytes
 templates/membership.html                          |   4 +++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/assets/static/images/membership/logos/samourai.png 
b/assets/static/images/membership/logos/samourai.png
new file mode 100644
index 00000000..d65ba840
Binary files /dev/null and b/assets/static/images/membership/logos/samourai.png 
differ
diff --git a/templates/membership.html b/templates/membership.html
index 80b42957..91044870 100644
--- a/templates/membership.html
+++ b/templates/membership.html
@@ -101,7 +101,9 @@
     </div>
     <div class="col-md-3 col-xl-3 my-2">
       <div class="card border-1 h-100">
-        <img class="card-img-top" src="#" alt="">
+        <a href="https://samouraiwallet.com"; target="_blank" title="Samourai 
Wallet">
+          <img class="card-img-top" src="{{ 
'../../static/images/membership/logos/samourai.png' }}" alt="Samourai Wallet">
+        </a>
       </div>
     </div>
   </div>



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to