From 16b1ef68024d59516ee001249ecaf51dc56d3319 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:30:25 +0100 Subject: [PATCH] Reorder screen-reader title for icons in navigation header --- src/partials/navlist-item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/partials/navlist-item.html b/src/partials/navlist-item.html index fa4a00739..3308be713 100644 --- a/src/partials/navlist-item.html +++ b/src/partials/navlist-item.html @@ -22,9 +22,9 @@ {{#if item.icon}} - {{title}} + {{title}} {{/if}} -{{/unless}} \ No newline at end of file +{{/unless}}