Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jan 30, 2024
1 parent 7c0f1b9 commit 719b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/friends/friends_list/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ pub fn ShareFriendsModal(cx: Scope<FriendProps>) -> Element {
class: "send-chat-button",
Button {
text: get_local_text("friends.share-to-chat"),
icon: Icon::ArrowTopRightOnSquare,
icon: Icon::Share,
aria_label: "share_to_chat".into(),
appearance: Appearance::Secondary,
disabled: chats_selected.read().is_empty(),
Expand Down

0 comments on commit 719b5cf

Please sign in to comment.