From cc716e20e4e215b1812c9b8b19681bf98a93f6e1 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 23:00:06 -0700 Subject: [PATCH] matrixsynapse: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .../matrixsynapse/templates/matrix-synapse-pre-setup.html | 3 ++- plinth/modules/matrixsynapse/templates/matrix-synapse.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plinth/modules/matrixsynapse/templates/matrix-synapse-pre-setup.html b/plinth/modules/matrixsynapse/templates/matrix-synapse-pre-setup.html index 5a64cb80b..057043166 100644 --- a/plinth/modules/matrixsynapse/templates/matrix-synapse-pre-setup.html +++ b/plinth/modules/matrixsynapse/templates/matrix-synapse-pre-setup.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block pagetitle %}

{{ name }}

@@ -24,7 +25,7 @@