fix: 💄 Fixed monero icon

This commit is contained in:
Keith Irwin 2023-12-28 18:50:39 -07:00
parent 637d6c02d6
commit d37ba6f18e
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ title: Cart
<div id="cart-totals-left">
<p><i>Shipping to United States only</i></p>
<p>Enter your zip code to calculate shipping and sales tax: <input type="number" data-bind="value:zip, valueUpdate:'keyup'" min="00000" max="99999" placeholder="00000" style="width:4.5rem"/></p>
<p>Select payment method to calculate processing fees: </p><label><input type="radio" value="XMR" data-bind="checked:payment_method"/> <img src="/assets/img/monero.svg" style="width:1em;height:1em"> XMR Monero</label>
<p>Select payment method to calculate processing fees: </p><label><input type="radio" value="XMR" data-bind="checked:payment_method"/> <img src="/assets/img/monero.svg" style="width:1em;height:1em;display:initial"> XMR Monero</label>
<!--<br><label><input type="radio" value="BTC" data-bind="checked:payment_method"/> 🪙 BTC ₿itcoin (lightning)</label>-->
<br><label><input type="radio" value="USD" data-bind="checked:payment_method" checked/> 💳 USD Debit/credit</label>
<p data-bind="visible:payment_method()==='USD'">Stripe's <a href="https://stripe.com/pricing">processing fee</a> (2.9% + 30¢) and <a href="/policies/">terms</a> apply.</p>

View File

@ -90,7 +90,7 @@ title: Order
<p data-bind="hidden:isPaid">To change order details, <a href="#" onclick="cancel()">cancel it and return to your cart</a>.</p>
<hr>
<h2><span data-bind="visible:paymentMethod()==='USD'">💳 </span><span data-bind="visible:paymentMethod()==='XMR'"><img src="/assets/img/monero.svg" style="width:1em;height:1em"> </span>Payment</h2>
<h2><span data-bind="visible:paymentMethod()==='USD'">💳 </span><span data-bind="visible:paymentMethod()==='XMR'"><img src="/assets/img/monero.svg" style="width:1em;height:1em;display:initial"> </span>Payment</h2>
{# XMR Payment form #}
<div data-bind="hidden:(paymentMethod()!='XMR'||isSubmitted())">