This commit is contained in:
2023-08-07 12:56:55 +03:00
parent 2eee8845b8
commit 34f4f4b6d4
2 changed files with 14 additions and 2 deletions

View File

@@ -43,8 +43,8 @@
</a>
</div>
<button class="open_chat_carrier" onclick="open_chat({{ route.owner_id }})">
<img src="{% static "img/svg/Logo.svg" %}" width="30px" style="position:relative;top: 6px;">
<span style="position: relative;top: 2px;">Написать</span>
<img src="{% static "img/svg/Logo.svg" %}" width="30px">
<span >Написать сообщение</span>
{# <img src="{% static "/img/svg/email.svg" %}" width="25px" style="position:relative;left: 3px;">#}
</button>
<button class="open_inf_carrier" onclick="show_inf_carrier(this)">Открыть контакт</button>