From 41f8ad0d4df6fde686a96a45cd843baab2a1e57c Mon Sep 17 00:00:00 2001 From: Elisee ADJIGUIDI Date: Sat, 24 Jun 2023 15:38:08 +0200 Subject: [PATCH] modif image --- containers/react/src/components/Messages/Chats.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/containers/react/src/components/Messages/Chats.tsx b/containers/react/src/components/Messages/Chats.tsx index 717af706..116e7f79 100644 --- a/containers/react/src/components/Messages/Chats.tsx +++ b/containers/react/src/components/Messages/Chats.tsx @@ -17,6 +17,7 @@ import { ImBlocked } from 'react-icons/im'; import { MdOutlineGroupAdd } from 'react-icons/md'; import { GrAdd } from 'react-icons/gr'; import { RiListSettingsLine } from 'react-icons/ri' +import { HiChatBubbleLeft } from 'react-icons/hi2' // import { Rank } from "../../DataBase/DataRank"; import GreenAlert from "../Alert/GreenAlert.tsx"; @@ -494,7 +495,7 @@ function Chats(){ (setting ? setSetting(false) : setSetting(true))} > - + null} @@ -545,7 +546,8 @@ function Chats(){
setCurrentChat(c)}> - User + {/* User */} +
{c.name} {/* Desc? */}