{% sw_extends "@Storefront/storefront/layout/header/logo.html.twig" %}
{% block layout_header_logo_image_default %}
{% if theme_config('sw-logo-desktop') %}
<img
src="{{ theme_config('sw-logo-desktop') |sw_encode_url }}"
alt="{{ "header.logoLink"|trans|striptags }}"
class="img-fluid header-logo-main-img"
height="60"
width="138"
/>
{% endif %}
{% endblock %}