Use correct agent icon

Eric Holk created

Change summary

crates/agent_ui/src/sidebar.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/agent_ui/src/sidebar.rs 🔗

@@ -2036,7 +2036,7 @@ impl Panel for Sidebar {
 
     fn secondary_button(&self, _window: &Window, _cx: &App) -> Option<PanelIconButton> {
         Some(PanelIconButton {
-            icon: IconName::Ai,
+            icon: IconName::ZedAssistant,
             tooltip: "Agent Drawer",
             action: Box::new(ToggleAgentDrawer),
         })