Cart: change icon from checkbox to arrow-right for voucher submit (#2832)

This commit is contained in:
Richard Schreiber
2022-10-04 11:06:39 +02:00
committed by GitHub
parent b1c8efa33f
commit d6846d8415

View File

@@ -56,7 +56,7 @@
<input type="text" class="form-control" name="voucher" id="voucher_code" placeholder="{% trans "Voucher code" %}" aria-label="{% trans "Voucher code" %}">
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">
<span class="fa fa-check" aria-hidden="true"></span><span class="sr-only"> {% trans "Redeem voucher" %}</span>
<span class="fa fa-arrow-right" aria-hidden="true"></span><span class="sr-only"> {% trans "Redeem voucher" %}</span>
</button>
</span>
</div>