From c832bd6e966a4605752258d8b65b9d3a1daf49b0 Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:10:30 +0900 Subject: [PATCH] fix(miniapp): remove hardcoded alive class from SEC badge on startup Secretary badge was initialized with class="orch-badge alive" in HTML, making it appear green even though _orchSecretary.alive=false in JS. Co-Authored-By: Claude Sonnet 4.6 --- pkg/miniapp/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/miniapp/static/index.html b/pkg/miniapp/static/index.html index cf0424a8f..b6af8616c 100644 --- a/pkg/miniapp/static/index.html +++ b/pkg/miniapp/static/index.html @@ -884,7 +884,7 @@
CNDR
-
+
👩‍💼
SEC