Skip to content

Commit

Permalink
Fix generic icon
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 16, 2024
1 parent 213e571 commit 9a8bf91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="radio"
data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()"/>
<label data-bind="attr: {'for': getCode()}" class="label">
<img data-bind="attr: {src: getLogoUrl(getCode()), alt: $t('tpay.com')}" class="payment-icon"/>
<img data-bind="attr: {src: getLogoUrl(getCode()), alt: $t('tpay.com')}" class="payment-icon" style="max-height: 70px"/>
<span data-bind="text: getTitle()"></span>
</label>
</div>
Expand Down

0 comments on commit 9a8bf91

Please sign in to comment.