From 90929ad16fda87d7fef0f1ec245539fce43ae5fe Mon Sep 17 00:00:00 2001 From: SoCuul <63339559+SoCuul@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:05:35 -0800 Subject: [PATCH] Fix missing spaces in help text for hui-view-editor --- src/patches/hui-view-editor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/patches/hui-view-editor.ts b/src/patches/hui-view-editor.ts index 49abf08..5f3736f 100644 --- a/src/patches/hui-view-editor.ts +++ b/src/patches/hui-view-editor.ts @@ -33,12 +33,12 @@ customElements.whenDefined("hui-view-editor").then(() => { const helpLink = document.createElement("p"); helpLink.innerHTML = ` You have layout-card installed which adds some options to this dialog.
- Please see + Please see layout-card on GitHubfor usage instructions. + >layout-card on GitHub for usage instructions.