From 661c92cc735c2fcc70a9ada858c54a8415eaa9d9 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 20 Dec 2019 14:58:41 +1100 Subject: [PATCH] update left pane icon for message section --- ts/components/session/LeftPaneSections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/session/LeftPaneSections.tsx b/ts/components/session/LeftPaneSections.tsx index 199f5f1d6..473373de0 100644 --- a/ts/components/session/LeftPaneSections.tsx +++ b/ts/components/session/LeftPaneSections.tsx @@ -72,7 +72,7 @@ const Section = ({ let iconType: SessionIconType; switch (type) { case SectionType.Message: - iconType = SessionIconType.Reply; + iconType = SessionIconType.ChatBubble; break; case SectionType.People: iconType = SessionIconType.Users;