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
|
@ -141,7 +141,7 @@ impl Render for QuickActionBar {
|
|||
|
||||
let assistant_button = QuickActionBarButton::new(
|
||||
"toggle inline assistant",
|
||||
IconName::MagicWand,
|
||||
IconName::ZedAssistant,
|
||||
false,
|
||||
Box::new(InlineAssist::default()),
|
||||
"Inline Assist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue