refactor: 구 지붕재 적합성 pdf 제거 및 suitable store 변수명 변경 #63

Merged
swyoo merged 4 commits from feature/suitable into dev 2025-06-05 17:53:57 +09:00
Showing only changes of commit 1db17d6558 - Show all commits

View File

@ -19,6 +19,7 @@ export default function SuitableDetailPopupButton() {
} }
return ( return (
<div className="float-btn-wrap">
<div className="btn-flex-wrap com"> <div className="btn-flex-wrap com">
<div className="btn-bx"> <div className="btn-bx">
<button className="btn-frame n-blue icon" onClick={handleClosePopup}> <button className="btn-frame n-blue icon" onClick={handleClosePopup}>
@ -36,5 +37,6 @@ export default function SuitableDetailPopupButton() {
</button> </button>
</div> </div>
</div> </div>
</div>
) )
} }