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:
parent
f7997742c7
commit
a5ea1e523d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue