delete dubl logo

This commit is contained in:
Andrey Kuvshinov
2025-08-29 11:50:47 +03:00
parent 6cecde5d13
commit 1ef46fcc22

View File

@@ -3,18 +3,7 @@
<a class="d-inline-block logo" href="/" title="Профиль"> <a class="d-inline-block logo" href="/" title="Профиль">
<picture> <picture>
<?php if ( wp_is_mobile() ) : ?>
<img alt="Профиль" class="d-inline d-md-none" width="130" height="29" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
<img alt="Профиль" class="d-none d-md-inline" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
<?php else : ?>
<img alt="Профиль" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" /> <img alt="Профиль" width="249" height="55" src="<?= get_template_directory_uri() ?>/assets/img/profile-logo-delovoy.svg" />
<?php endif; ?>
</picture> </picture>
</a> </a>