Merge pull request #32595 from iamejaaz/fix-link-logo

fix(minor): communication link icon
This commit is contained in:
Ejaaz Khan 2025-05-20 14:05:13 +05:30 committed by GitHub
commit 16cc75f191
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@
{% if (doc._url) { %}
<a class="action-btn" href="{{ doc._url }}" title="{{ __("Open Communication") }}">
<svg class="es-icon">
<svg class="icon">
<use href="#icon-link-url"></use>
</svg>
</a>