templates/bundles/SyliusUiBundle/Security/_logo.html.twig line 1

Open in your IDE?
  1. {% if paths.logo is defined %}
  2.     <div style="max-width: 340px;margin: 0 auto;margin-bottom: 60px;">
  3.         <img src="{{ asset('open-marketplace-logo.png') }}" class="ui fluid image" id="logo">
  4.     </div>
  5. {% endif %}