From 50c24a5368aced7bee97fc3935821a37689cb6d1 Mon Sep 17 00:00:00 2001 From: minsik Date: Fri, 6 Dec 2024 13:31:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=A9=EC=9C=84=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EB=A7=88=ED=81=AC=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/floor-plan/modal/basic/step/Orientation.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/floor-plan/modal/basic/step/Orientation.jsx b/src/components/floor-plan/modal/basic/step/Orientation.jsx index b080b1b1..296cce4a 100644 --- a/src/components/floor-plan/modal/basic/step/Orientation.jsx +++ b/src/components/floor-plan/modal/basic/step/Orientation.jsx @@ -34,7 +34,7 @@ export const Orientation = forwardRef(({ tabNum }, ref) => { onClick={() => setCompasDeg(15 * (12 + index))} > {index === 0 && 180°} - {index === 6 && 270°} + {index === 6 && -90°} ))} {Array.from({ length: 180 / 15 }).map((dot, index) => ( @@ -56,7 +56,7 @@ export const Orientation = forwardRef(({ tabNum }, ref) => {
setHasAnglePassivity(!hasAnglePassivity)} /> - +