Remove duplicate message bubble icon (#27699)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-03-28 19:33:43 -03:00 committed by GitHub
parent 790b56f52c
commit d63658cee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 7 deletions

View file

@ -197,7 +197,7 @@ pub fn render_thread_context_entry(
.gap_1p5()
.max_w_72()
.child(
Icon::new(IconName::MessageCircle)
Icon::new(IconName::MessageBubbles)
.size(IconSize::XSmall)
.color(Color::Muted),
)