stack/src/components/main-header/main-header-logo/main-header-logo.twig line 1

Open in your IDE?
  1. <a href="{{ props.img.url }}" class="m-header-logo d-block">
  2.   {% if props.img %}
  3.     {% include "@Components/img/img.twig" with {props: props.img} %}
  4.   {% endif %}
  5. </a>