Merge branch 'main' of github.com:JannexNet/SHX-Theme

pull/1/head
Jan Umbach 2024-05-31 11:30:57 +02:00
commit eb16552aba
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@
<!-- custom code -->
<div style="display: flex; flex-direction: column; align-items: center">
<div style="display: flex; flex-direction: column; align-items: center; padding-top: 4px">
<span>Sicher Bezahlen mit</span>
<ul class="list list-payment" role="list">
<ul class="list list-payment" style="padding-top: 0px;" role="list">
{%- for type in shop.enabled_payment_types -%}
<li class="list-payment__item">
{{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}