개발고민 혼자 끙끙 앓지말고,
From 41abf1b638f93f770b8a446d4f21a87088f725f5 Mon Sep 17 00:00:00 2001
From: mandelina
Date: Sun, 16 Nov 2025 17:43:01 +0900
Subject: [PATCH 05/11] =?UTF-8?q?Fix:=20=ED=94=BD=ED=94=BD=ED=94=BD=20?=
=?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20radius=EA=B0=92=20=EC=A1=B0?=
=?UTF-8?q?=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/pickpickpick/components/PickAnswerV2.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/pickpickpick/components/PickAnswerV2.tsx b/pages/pickpickpick/components/PickAnswerV2.tsx
index dce7f012..7369b0f7 100644
--- a/pages/pickpickpick/components/PickAnswerV2.tsx
+++ b/pages/pickpickpick/components/PickAnswerV2.tsx
@@ -55,7 +55,7 @@ export default function PickAnswerV2({
const hasMedia = Boolean(imageUrl || content);
const renderMedia = () => {
- const mediaClassName = cn('w-full rounded-Radius16 h-[12rem]', {
+ const mediaClassName = cn('w-full rounded-Radius10 h-[12rem]', {
'opacity-50': isUnpickedOption,
});
From 258bd216fbff0fbd3540c0e7cd85468d22e9e05b Mon Sep 17 00:00:00 2001
From: mandelina
Date: Sun, 16 Nov 2025 17:46:41 +0900
Subject: [PATCH 06/11] =?UTF-8?q?Fix:=20=EB=82=98=EB=8F=84=EA=B3=A0?=
=?UTF-8?q?=EB=AF=BC=ED=96=88=EB=8A=94=EB=8D=B0!=20=EB=AC=B8=EA=B5=AC=20?=
=?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=9D=BC=EB=95=8C=2020px=EB=A1=9C?=
=?UTF-8?q?=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/pickpickpick/[id]/index.page.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pages/pickpickpick/[id]/index.page.tsx b/pages/pickpickpick/[id]/index.page.tsx
index 53dd785f..ffd3c267 100644
--- a/pages/pickpickpick/[id]/index.page.tsx
+++ b/pages/pickpickpick/[id]/index.page.tsx
@@ -172,7 +172,9 @@ const PickDetailPage: NextPageWithMeta = () => {
-
나도 고민했는데! 다른 픽픽픽 💘
+
+ 나도 고민했는데! 다른 픽픽픽 💘
+
{similarPicks?.map((similarData) => (
Date: Sun, 16 Nov 2025 17:50:59 +0900
Subject: [PATCH 07/11] =?UTF-8?q?Fix=20:=20=ED=94=BD=ED=94=BD=ED=94=BD=20?=
=?UTF-8?q?=EB=A9=94=EC=9D=B8=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EB=A7=88?=
=?UTF-8?q?=EC=A7=84=EA=B0=92=20=EC=9E=A1=ED=9E=8C=EB=B6=80=EB=B6=84=20?=
=?UTF-8?q?=EC=A0=9C=EA=B1=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/pickpickpick/components/PickHeader.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/pickpickpick/components/PickHeader.tsx b/pages/pickpickpick/components/PickHeader.tsx
index 9005770d..a042dac9 100644
--- a/pages/pickpickpick/components/PickHeader.tsx
+++ b/pages/pickpickpick/components/PickHeader.tsx
@@ -6,7 +6,7 @@ export const PickHeader = ({ onClick }: { onClick: () => void }) => {
const { isMobile } = useMediaQueryContext();
return (
From bb2a420536b5cd9bbb3ee94f94d9b16ab1ada41b Mon Sep 17 00:00:00 2001
From: "minyoung.kim"
Date: Sun, 16 Nov 2025 17:41:05 +0900
Subject: [PATCH 08/11] =?UTF-8?q?fix:=20=EB=8C=93=EA=B8=80=20UI=20?=
=?UTF-8?q?=EC=97=AC=EB=B0=B1=20(=EB=AA=A8=EB=B0=94=EC=9D=BC)=20=EC=88=98?=
=?UTF-8?q?=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/pickpickpick/[id]/components/Comment.tsx | 3 ++-
pages/techblog/components/Comment.tsx | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/pickpickpick/[id]/components/Comment.tsx b/pages/pickpickpick/[id]/components/Comment.tsx
index c179848f..03519bb4 100644
--- a/pages/pickpickpick/[id]/components/Comment.tsx
+++ b/pages/pickpickpick/[id]/components/Comment.tsx
@@ -272,7 +272,8 @@ export default function Comment({