회로 및 가대설정 팝업 타이틀 변경

This commit is contained in:
김창수 2024-10-08 15:25:12 +09:00
parent f149ffe113
commit 7be32c4ccd
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ export default function CanvasPage() {
{/* <ArrangementSetting/> */} {/* <ArrangementSetting/> */}
{/* 면형상 배치 */} {/* 면형상 배치 */}
<PlaneShapeOption/> {/* <PlaneShapeOption/> */}
{/* 오브젝트 배치*/} {/* 오브젝트 배치*/}
{/* <ObjectOption/> */} {/* <ObjectOption/> */}
@ -133,10 +133,10 @@ export default function CanvasPage() {
{/* <RoofModuleOption/> */} {/* <RoofModuleOption/> */}
{/* 육지붕모듈 선택 */} {/* 육지붕모듈 선택 */}
{/* <HexagonalRoofOption/> */} <HexagonalRoofOption/>
{/* 회로 및 가대설정 */} {/* 회로 및 가대설정 */}
{/* <CircuitStandSetting/> */} <CircuitStandSetting/>
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@ export default function CircuitStandSetting(){
<WithDraggable isShow={true}> <WithDraggable isShow={true}>
<div className={`modal-pop-wrap lx-2`}> <div className={`modal-pop-wrap lx-2`}>
<div className="modal-head"> <div className="modal-head">
<h1 className="title">基本設定 </h1> <h1 className="title">回路と架台設定 </h1>
<button className="modal-close">닫기</button> <button className="modal-close">닫기</button>
</div> </div>
<div className="modal-body"> <div className="modal-body">