projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a7578
)
Fix type in search icon tooltip
author
Ajay Bura
<ajbura@gmail.com>
Mon, 17 Jan 2022 04:30:19 +0000
(10:00 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Mon, 17 Jan 2022 04:30:19 +0000
(10:00 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/organisms/room/RoomViewHeader.jsx
patch
|
blob
|
history
diff --git
a/src/app/organisms/room/RoomViewHeader.jsx
b/src/app/organisms/room/RoomViewHeader.jsx
index 8fcb5ed6a1463ff53598fb2feba6da654499382c..669464aeb70bc04c5699e6fb1f2373c973895e96 100644
(file)
--- a/
src/app/organisms/room/RoomViewHeader.jsx
+++ b/
src/app/organisms/room/RoomViewHeader.jsx
@@
-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}