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

Commit ff80bbc

Browse files
committed
Move copy link to be before settings
1 parent a1c658f commit ff80bbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/views/rooms/RoomTile.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,16 +528,16 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
528528
iconClassName="mx_RoomTile_iconInvite"
529529
/>
530530
) : null}
531-
<IconizedContextMenuOption
532-
onClick={this.onOpenRoomSettings}
533-
label={_t("Settings")}
534-
iconClassName="mx_RoomTile_iconSettings"
535-
/>
536531
<IconizedContextMenuOption
537532
onClick={this.onCopyRoomClick}
538533
label={_t("Copy Link")}
539534
iconClassName="mx_RoomTile_iconCopyLink"
540535
/>
536+
<IconizedContextMenuOption
537+
onClick={this.onOpenRoomSettings}
538+
label={_t("Settings")}
539+
iconClassName="mx_RoomTile_iconSettings"
540+
/>
541541
</IconizedContextMenuOptionList>
542542
<IconizedContextMenuOptionList red>
543543
<IconizedContextMenuOption

0 commit comments

Comments
 (0)