Fix type in search icon tooltip
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
84a75788af
commit
9f3f877bfd
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function RoomViewHeader({ roomId }) {
|
|||
</TitleWrapper>
|
||||
<RawIcon src={ChevronBottomIC} />
|
||||
</button>
|
||||
<IconButton onClick={() => toggleRoomSettings(tabText.SEARCH)} tooltip="People" src={SearchIC} />
|
||||
<IconButton onClick={() => toggleRoomSettings(tabText.SEARCH)} tooltip="Search" src={SearchIC} />
|
||||
<IconButton onClick={togglePeopleDrawer} tooltip="People" src={UserIC} />
|
||||
<IconButton
|
||||
onClick={openRoomOptions}
|
||||
|
|
Loading…
Reference in a new issue