re-order top right buttons
This commit is contained in:
parent
fb0b784369
commit
37c0d524bc
1 changed files with 8 additions and 8 deletions
|
@ -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']}
|
||||||
|
/>,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue