From a7737ac6aa44c1c982723e9e73d2c9d16c3f39b8 Mon Sep 17 00:00:00 2001 From: lee0jae330 Date: Fri, 5 Jun 2026 14:10:13 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=81=AC=EB=A1=A4=EB=A7=81=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=EA=B8=80=20=EB=A7=81=ED=81=AC=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=83=89=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/entities/post/ui/PostBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/entities/post/ui/PostBody.tsx b/apps/web/src/entities/post/ui/PostBody.tsx index 6b25eccc..40eab60c 100644 --- a/apps/web/src/entities/post/ui/PostBody.tsx +++ b/apps/web/src/entities/post/ui/PostBody.tsx @@ -91,7 +91,7 @@ export const PostBody = ({ dangerouslySetInnerHTML={{ __html: sanitizedHtml }} suppressHydrationWarning style={collapseStyles} - className="break-all [&_a]:break-all [&_img]:h-auto [&_img]:max-w-full" + className="break-all [&_a]:break-all [&_a]:text-blue-600 [&_a]:underline [&_img]:h-auto [&_img]:max-w-full" /> ) : (