Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a1c658f

Browse files
committed
Set Menu icon to link
1 parent 7464900 commit a1c658f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

res/css/views/rooms/_RoomTile.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ limitations under the License.
193193
mask-image: url('$(res)/img/element-icons/settings.svg');
194194
}
195195

196+
.mx_RoomTile_iconCopyLink::before {
197+
mask-image: url('$(res)/img/element-icons/link.svg');
198+
}
199+
196200
.mx_RoomTile_iconInvite::before {
197201
mask-image: url('$(res)/img/element-icons/room/invite.svg');
198202
}

src/components/views/rooms/RoomTile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
536536
<IconizedContextMenuOption
537537
onClick={this.onCopyRoomClick}
538538
label={_t("Copy Link")}
539-
iconClassName="mx_RoomTile_iconSettings"
539+
iconClassName="mx_RoomTile_iconCopyLink"
540540
/>
541541
</IconizedContextMenuOptionList>
542542
<IconizedContextMenuOptionList red>

0 commit comments

Comments
 (0)