From c5ca80b168ca247179db322d8e3ff14d6c9e16ad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 10 Jul 2026 19:14:07 -0400 Subject: feat(admin): style conditions green and actions orange, standardize remove button wording --- internal/admin/static/techeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/admin/static/techeditor.js') diff --git a/internal/admin/static/techeditor.js b/internal/admin/static/techeditor.js index 8e18a7a..c9d7c24 100644 --- a/internal/admin/static/techeditor.js +++ b/internal/admin/static/techeditor.js @@ -90,7 +90,7 @@ function renderTechEditor(id, data) { html += '
'; html += ''; html += ''; - html += ''; + html += ''; html += ''; html += '
'; -- cgit v1.2.3