Skip to content

Commit

Permalink
feat: 채팅 기능 내 검열된 메시지 표기 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 25, 2024
1 parent 22f50f2 commit eecc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/components/chat/BlockedChat.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function BlockedChat() {
return (
<div className="rounded-7 px-15 flex items-center justify-center bg-neutral-600 py-[10px] opacity-50">
자동 검열 기준에 의해 게시 중단된 기대평입니다.
관리자에 의해 게시 중단된 기대평입니다.
</div>
);
}

0 comments on commit eecc188

Please sign in to comment.