src/Bidcoz/Bundle/CoreBundle/Resources/views/Layout/Blocks/marketing/header.html.twig line 1

Open in your IDE?
  1. {% set orgParams = {orgSlug: 'store'} %}
  2. <header id="header" class="header" role="navigation">
  3.     <div class="organization-bar d-flex align-items-center justify-content-center h-100">
  4.         <a class="causepilot-logo" href="{{ path('homepage') }}">
  5.             <img src="{{ asset('img/logo/logo.svg') }}" height="60" width="253" />
  6.         </a>
  7.     </div>
  8. </header>