Use an envelope as the feedback icon
This makes room to use the speech bubble for discussion threads.
This commit is contained in:
parent
3464961aa4
commit
10e6c5b651
4 changed files with 19 additions and 6 deletions
|
@ -305,7 +305,7 @@ impl CollabTitlebarItem {
|
|||
action: Box::new(SignOut),
|
||||
},
|
||||
ContextMenuItem::Item {
|
||||
label: "Give Feedback".into(),
|
||||
label: "Send Feedback".into(),
|
||||
action: Box::new(feedback::feedback_editor::GiveFeedback),
|
||||
},
|
||||
]
|
||||
|
@ -316,7 +316,7 @@ impl CollabTitlebarItem {
|
|||
action: Box::new(SignIn),
|
||||
},
|
||||
ContextMenuItem::Item {
|
||||
label: "Give Feedback".into(),
|
||||
label: "Send Feedback".into(),
|
||||
action: Box::new(feedback::feedback_editor::GiveFeedback),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue