From 5fbd91b69457ceaeb690e2fd6a65450af51f9192 Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Thu, 17 Mar 2022 15:16:05 +0530 Subject: [PATCH] Change jump to unread icon Signed-off-by: Ajay Bura --- src/app/organisms/room/RoomViewFloating.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/organisms/room/RoomViewFloating.jsx b/src/app/organisms/room/RoomViewFloating.jsx index f7fda8ed..e65e854f 100644 --- a/src/app/organisms/room/RoomViewFloating.jsx +++ b/src/app/organisms/room/RoomViewFloating.jsx @@ -11,7 +11,7 @@ import Text from '../../atoms/text/Text'; import Button from '../../atoms/button/Button'; import IconButton from '../../atoms/button/IconButton'; -import ChevronTopIC from '../../../../public/res/ic/outlined/chevron-top.svg'; +import MessageUnreadIC from '../../../../public/res/ic/outlined/message-unread.svg'; import ChevronBottomIC from '../../../../public/res/ic/outlined/chevron-bottom.svg'; import TickMarkIC from '../../../../public/res/ic/outlined/tick-mark.svg'; @@ -99,7 +99,7 @@ function RoomViewFloating({ return ( <>
-