fix(icons): use 👷 construction worker for crew

This commit is contained in:
Steve Yegge
2025-12-21 16:26:25 -08:00
parent 8140e77da8
commit 3579c2cdd3

View File

@@ -47,7 +47,7 @@ var AgentTypeIcons = map[AgentType]string{
AgentDeacon: "🦉",
AgentWitness: "👁",
AgentRefinery: "🏭",
AgentCrew: "💻",
AgentCrew: "👷",
AgentPolecat: "😺",
}