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) => {