diff --git a/src/page/post-detail-page.tsx b/src/page/post-detail-page.tsx index edc4a56..a357c24 100644 --- a/src/page/post-detail-page.tsx +++ b/src/page/post-detail-page.tsx @@ -146,14 +146,16 @@ const PostDetailPage = () => {

{/* 🔥 상세 정보 */} -
+
-

{data.description}

+

+ {data.description} +

@@ -198,7 +200,7 @@ const PostDetailPage = () => {
)} -
+
-
- +
+ {title}
diff --git a/src/widgets/postDetail/detail-info.tsx b/src/widgets/postDetail/detail-info.tsx index d1da084..42e09b3 100644 --- a/src/widgets/postDetail/detail-info.tsx +++ b/src/widgets/postDetail/detail-info.tsx @@ -15,7 +15,7 @@ export function DetailInfo({ writerNickname, }: DetailInfoProps) { return ( -
+