mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
assistant: Use a more generic icon for the /docs
command (#14247)
This PR updates the `/docs` slash command to use a more generic icon to convey docs. It was still using the Rust icon, a relic of when it was still `/rustdoc`. Release Notes: - N/A
This commit is contained in:
parent
4c63e8b203
commit
cd4847ca22
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ impl SlashCommand for DocsSlashCommand {
|
|||
text,
|
||||
sections: vec![SlashCommandOutputSection {
|
||||
range,
|
||||
icon: IconName::FileRust,
|
||||
icon: IconName::FileDoc,
|
||||
label: format!("docs ({provider}): {path}",).into(),
|
||||
}],
|
||||
run_commands_in_text: false,
|
||||
|
|
Loading…
Reference in a new issue