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,
|
text,
|
||||||
sections: vec![SlashCommandOutputSection {
|
sections: vec![SlashCommandOutputSection {
|
||||||
range,
|
range,
|
||||||
icon: IconName::FileRust,
|
icon: IconName::FileDoc,
|
||||||
label: format!("docs ({provider}): {path}",).into(),
|
label: format!("docs ({provider}): {path}",).into(),
|
||||||
}],
|
}],
|
||||||
run_commands_in_text: false,
|
run_commands_in_text: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue