mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
parent
6036830049
commit
567fee4219
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ impl Item for ProjectSearchView {
|
|||
});
|
||||
let tab_name = last_query
|
||||
.filter(|query| !query.is_empty())
|
||||
.unwrap_or_else(|| "Project search".into());
|
||||
.unwrap_or_else(|| "Project Search".into());
|
||||
h_flex()
|
||||
.gap_2()
|
||||
.child(Icon::new(IconName::MagnifyingGlass).color(if selected {
|
||||
|
|
Loading…
Reference in a new issue