themes/BootstrapChildTheme/SyliusShopBundle/views/Layout/Footer/Grid/_payment_methods.html.twig line 1

Open in your IDE?
  1. <div class="wide column app_store"  style="padding-left: 30px;">
  2.     <h4 class="ui inverted header">{{ 'footer.menu.downloadApp'|trans  }}</h4>
  3.     <div>
  4.         <a target="_blank" href="https://play.google.com/store/apps/details?id=fr.ecoledesloisirs.max"><img src="{{ asset('assets/shop/img/Logo_Google_Play.png') }}" class="step_guide_image img-fluid mb-2" alt="Android app" /></a>
  5.          <a target="_blank" href="https://apps.apple.com/us/app/bo%C3%AEte-%C3%A0-histoires-max/id1663272408"><img src="{{ asset('assets/shop/img/Logo_ios_Store.png') }}" class="step_guide_image img-fluid mb-2" alt="IOS app" /></a>
  6.     </div>
  7. </div>