From 54f129172c3c542b3800a7cc7e2b88223f8b48a7 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Thu, 1 May 2025 09:46:59 -0600 Subject: [PATCH 1/2] Add span wrapper around view button text --- templates/boxMenuItem.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/boxMenuItem.jsx b/templates/boxMenuItem.jsx index eb05bf3..d720676 100644 --- a/templates/boxMenuItem.jsx +++ b/templates/boxMenuItem.jsx @@ -106,8 +106,12 @@ export default function BoxMenuItem (props) { aria-label={ariaLabel} aria-disabled={_isLocked ? true : null} role="link" - dangerouslySetInnerHTML={{ __html: compile(linkText) }} - /> + > + +