From 2d7b0dcf0769c9c198d6d67ef262c079f9678652 Mon Sep 17 00:00:00 2001 From: choiboa Date: Tue, 13 Jan 2026 03:27:31 +0900 Subject: [PATCH 01/22] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20post=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../posts/[slug]/_components/PostActions.tsx | 2 +- .../posts/[slug]/_components/PostTags.tsx | 4 ++-- .../_components/post-actions/LikeButton.tsx | 4 ++-- .../_components/post-actions/ShareButton.tsx | 4 ++-- src/app/(layout)/posts/[slug]/page.tsx | 19 ++++++++++++------- src/app/(layout)/posts/layout.tsx | 2 +- 6 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/(layout)/posts/[slug]/_components/PostActions.tsx b/src/app/(layout)/posts/[slug]/_components/PostActions.tsx index 5926a12..75b2add 100644 --- a/src/app/(layout)/posts/[slug]/_components/PostActions.tsx +++ b/src/app/(layout)/posts/[slug]/_components/PostActions.tsx @@ -16,7 +16,7 @@ export default function PostActions({ variant = "desktop" }: PostActionsProps) { } return ( -