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.
This commit is contained in:
iris 2026-08-30 14:29:45 +02:00 committed by mara
commit a5ea1e523d

View file

@ -339,7 +339,7 @@ fn agent_links(label: &str, gui_enabled: bool) -> Vec<AgentLink> {
});
links.push(AgentLink {
url: format!("/agent-configs/{label}"),
icon: "".to_owned(),
icon: "".to_owned(),
label: "config".to_owned(),
kind: AgentLinkKind::Forge,
});