ui: Use inline SVG icons for clients launch buttons

Tests:

- All the icons appear as before in both light/dark themes.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-11 23:39:01 -07:00 committed by James Valleroy
parent bd20469ed0
commit 663a2eb5c4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
{% else %} href="{{ client_platforms.web.0.url }}"
{% endif %}>
{% trans "Launch web client" %}
<span class="fa fa-external-link"></span>
{% icon 'external-link' %}
</a>
{% endif %}

View File

@ -26,7 +26,7 @@
{% else %} href="{{ platform.url }}"
{% endif %}>
{% trans "Launch" %}
<span class="fa fa-external-link"></span>
{% icon 'external-link' %}
</a>
</td>
{% endif %}