re-order top right buttons
This commit is contained in:
@@ -80,14 +80,6 @@ export default class RoomHeaderButtons extends HeaderButtons {
|
|||||||
|
|
||||||
public renderButtons() {
|
public renderButtons() {
|
||||||
return [
|
return [
|
||||||
<HeaderButton
|
|
||||||
key="roomSummaryButton"
|
|
||||||
name="roomSummaryButton"
|
|
||||||
title={_t('Room Info')}
|
|
||||||
isHighlighted={this.isPhase(ROOM_INFO_PHASES)}
|
|
||||||
onClick={this.onRoomSummaryClicked}
|
|
||||||
analytics={['Right Panel', 'Room Summary Button', 'click']}
|
|
||||||
/>,
|
|
||||||
<HeaderButton
|
<HeaderButton
|
||||||
key="notifsButton"
|
key="notifsButton"
|
||||||
name="notifsButton"
|
name="notifsButton"
|
||||||
@@ -96,6 +88,14 @@ export default class RoomHeaderButtons extends HeaderButtons {
|
|||||||
onClick={this.onNotificationsClicked}
|
onClick={this.onNotificationsClicked}
|
||||||
analytics={['Right Panel', 'Notification List Button', 'click']}
|
analytics={['Right Panel', 'Notification List Button', 'click']}
|
||||||
/>,
|
/>,
|
||||||
|
<HeaderButton
|
||||||
|
key="roomSummaryButton"
|
||||||
|
name="roomSummaryButton"
|
||||||
|
title={_t('Room Info')}
|
||||||
|
isHighlighted={this.isPhase(ROOM_INFO_PHASES)}
|
||||||
|
onClick={this.onRoomSummaryClicked}
|
||||||
|
analytics={['Right Panel', 'Room Summary Button', 'click']}
|
||||||
|
/>,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user