diff --git a/lib/app/features/chat/model/conversation_type.dart b/lib/app/features/chat/model/conversation_type.dart index 172c5292e..da30099d0 100644 --- a/lib/app/features/chat/model/conversation_type.dart +++ b/lib/app/features/chat/model/conversation_type.dart @@ -43,7 +43,7 @@ enum ConversationType implements MainModalListItem { return switch (this) { ConversationType.private => Assets.svg.iconChatCreatenew, ConversationType.group => Assets.svg.iconSearchGroups, - ConversationType.channel => Assets.svg.iconFeedArticles, + ConversationType.channel => Assets.svg.iconSearchChannel, }; } }