diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml index ace4f4b1ae..857a6a3955 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml @@ -62,9 +62,9 @@ ListView { } Action { text: qsTr("Leave Community") - icon.source: "../../../img/edit.svg" - icon.width: 20 - icon.height: 20 + icon.source: "../../../img/arrow-left.svg" + icon.width: 12 + icon.height: 9 onTriggered: { chatsModel.communities.leaveCommunity(commnunityMenu.communityId) } diff --git a/ui/app/img/arrow-left.svg b/ui/app/img/arrow-left.svg new file mode 100644 index 0000000000..afe5c07eef --- /dev/null +++ b/ui/app/img/arrow-left.svg @@ -0,0 +1,3 @@ + + +