From d7f902a3b369ea33510bccad311a044f62cbb0f4 Mon Sep 17 00:00:00 2001 From: JeonYooDeok Date: Tue, 28 May 2024 13:18:43 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/board/BoardContentBox.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/board/BoardContentBox.tsx b/components/board/BoardContentBox.tsx index 6ef5a62..60f5a32 100644 --- a/components/board/BoardContentBox.tsx +++ b/components/board/BoardContentBox.tsx @@ -8,7 +8,7 @@ export default function BoardContentBox(props: BoardContentBoxProps) { const { content } = props return (
- + /> */} +
img

{content}

)