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, });