From 663a2eb5c406ac01c78ebdab3ff0bd92ef9b4780 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 23:39:01 -0700 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- plinth/templates/clients-button.html | 2 +- plinth/templates/clients.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/templates/clients-button.html b/plinth/templates/clients-button.html index 49233dab0..ae8832ff8 100644 --- a/plinth/templates/clients-button.html +++ b/plinth/templates/clients-button.html @@ -14,7 +14,7 @@ {% else %} href="{{ client_platforms.web.0.url }}" {% endif %}> {% trans "Launch web client" %} - + {% icon 'external-link' %} {% endif %} diff --git a/plinth/templates/clients.html b/plinth/templates/clients.html index 7adb256c4..dec777a97 100644 --- a/plinth/templates/clients.html +++ b/plinth/templates/clients.html @@ -26,7 +26,7 @@ {% else %} href="{{ platform.url }}" {% endif %}> {% trans "Launch" %} - + {% icon 'external-link' %} {% endif %}