]> Untitled Git - bitcoindevkit.org/commitdiff
Change 'Bitfinex' to 'Bitfinex/Tether' and add Tether logo on 'Supporters' page
authorSteve Myers <steve@notmandatory.org>
Tue, 23 Feb 2021 21:32:33 +0000 (13:32 -0800)
committerSteve Myers <steve@notmandatory.org>
Tue, 23 Feb 2021 21:32:33 +0000 (13:32 -0800)
layouts/shortcodes/sponsors.html
static/images/tether.png [new file with mode: 0644]

index 67db92fa4d304dbb63d60bd726067d01dc5774d5..b19bd6571b169bb40eab0949872fd53ee785faa7 100644 (file)
@@ -3,7 +3,8 @@
     <div class="p-3">
         <a href="https://www.bitfinex.com/" target="_blank" class="small">
             <img src="/images/bitfinex.svg" style="width: 75px" alt="Sponsor Bitfinex">
-            <div>Bitfinex</div>
+            <img src="/images/tether.png" style="width: 75px" alt="Sponsor Tether">
+            <div>Bitfinex/Tether</div>
         </a>
     </div>
     <div class="p-3">
diff --git a/static/images/tether.png b/static/images/tether.png
new file mode 100644 (file)
index 0000000..ad7591b
Binary files /dev/null and b/static/images/tether.png differ