Commit 60de43c4 authored by Kim, Subin's avatar Kim, Subin
Browse files

label 지도보기 추가

parent f8aac769
...@@ -14,10 +14,10 @@ const CinemaEdit = () => { ...@@ -14,10 +14,10 @@ const CinemaEdit = () => {
<textarea className="form-control" id="transportation" name="transportation" onChange={handleChange}></textarea> <textarea className="form-control" id="transportation" name="transportation" onChange={handleChange}></textarea>
</div> </div>
<div className="mb-3"> <div className="mb-3">
<label for="parking" className="form-label">자가용/주차 안내</label> <label for="parking" className="form-label">자가용/주차안내</label>
<textarea className="form-control" id="parking" name="parking" onChange={handleChange}></textarea> <textarea className="form-control" id="parking" name="parking" onChange={handleChange}></textarea>
</div> </div>
<label>지도보기</label>
</> </>
) )
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment