From a5ea1e523dc86f7f705eeea6eabe66fb1f42e66c Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 30 Aug 2026 14:29:45 +0200 Subject: [PATCH] agent links: drop VS16 on config's gear too argus: same failure shape as the screen icon, and icons.tsx's own comment already names this exact codepoint as unreliable across fonts. Bare gear, matching every other gear usage in the tree. --- hive-agent/src/web_ui/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-agent/src/web_ui/state.rs b/hive-agent/src/web_ui/state.rs index 3b4cf6a3..a54a3dbc 100644 --- a/hive-agent/src/web_ui/state.rs +++ b/hive-agent/src/web_ui/state.rs @@ -339,7 +339,7 @@ fn agent_links(label: &str, gui_enabled: bool) -> Vec { }); links.push(AgentLink { url: format!("/agent-configs/{label}"), - icon: "⚙️".to_owned(), + icon: "⚙".to_owned(), label: "config".to_owned(), kind: AgentLinkKind::Forge, });