Switch icon (#16363)
Updates instances of the `MagicWand` icon to our more recent `Sparkle` / `ZedAssistant` icon in places where we reference inline assist. Before:  After:  Release Notes: - Updated inline assist icon in the editor & terminal.
This commit is contained in:
parent
7a5acc0b0c
commit
6cfbb54ede
4 changed files with 2 additions and 14 deletions
|
@ -119,7 +119,7 @@ struct InlineAssistTabBarButton;
|
|||
|
||||
impl Render for InlineAssistTabBarButton {
|
||||
fn render(&mut self, cx: &mut ViewContext<Self>) -> impl IntoElement {
|
||||
IconButton::new("terminal_inline_assistant", IconName::MagicWand)
|
||||
IconButton::new("terminal_inline_assistant", IconName::ZedAssistant)
|
||||
.icon_size(IconSize::Small)
|
||||
.on_click(cx.listener(|_, _, cx| {
|
||||
cx.dispatch_action(InlineAssist::default().boxed_clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue