mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
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:
parent
bd20469ed0
commit
663a2eb5c4
@ -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 %}
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
{% else %} href="{{ platform.url }}"
|
||||
{% endif %}>
|
||||
{% trans "Launch" %}
|
||||
<span class="fa fa-external-link"></span>
|
||||
{% icon 'external-link' %}
|
||||
</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user