diff --git a/apps/web/src/components/chat/chat-list-card.tsx b/apps/web/src/components/chat/chat-list-card.tsx index 2caa5a8d..d32da15c 100644 --- a/apps/web/src/components/chat/chat-list-card.tsx +++ b/apps/web/src/components/chat/chat-list-card.tsx @@ -80,7 +80,7 @@ const ChatListCard = ({ chatInfo }: { chatInfo: ChatRoom }) => {

- + {/* */} ); }; diff --git a/apps/web/src/components/layout/header/chat.tsx b/apps/web/src/components/layout/header/chat.tsx index c52004dc..ac615c0d 100644 --- a/apps/web/src/components/layout/header/chat.tsx +++ b/apps/web/src/components/layout/header/chat.tsx @@ -28,13 +28,13 @@ const ChatHeaderContent = () => { {pathname.includes('chat') && !id ? ( <>

채팅

- + {/* */} ) : ( <> -

{interlocutor}

- +

{interlocutor}

+ {/* */} )} @@ -46,10 +46,12 @@ const ChatHeader = () => { -
+
-

상대방 닉네임

- +

+ 상대방 닉네임 +

+ {/* */}
} diff --git a/apps/web/src/components/layout/header/main.tsx b/apps/web/src/components/layout/header/main.tsx index 83739d30..cd40fff6 100644 --- a/apps/web/src/components/layout/header/main.tsx +++ b/apps/web/src/components/layout/header/main.tsx @@ -1,12 +1,9 @@ -import { BellRing } from 'lucide-react'; - import { HeaderWrapper, HomeFilterSelect } from '@/components/layout'; const MainHeader = () => { return ( - ); };