Commit fba4ebde authored by Kim, Subin's avatar Kim, Subin
Browse files

class->className 변경

parent ad5717c2
...@@ -49,14 +49,13 @@ const StudyPlanCard = () => { ...@@ -49,14 +49,13 @@ const StudyPlanCard = () => {
<p className="card-subtitle ms-1 mb-2 text-muted">임치헌 - 과학기술2관 323</p> <p className="card-subtitle ms-1 mb-2 text-muted">임치헌 - 과학기술2관 323</p>
<Link className="text-decoration-none link-dark" to="/studyplan/edit"> <Link className="text-decoration-none link-dark" to="/studyplan/edit">
<div className="d-flex"> <div className="d-flex">
<i class="bi bi-plus"></i> <i className="bi bi-plus"></i>
<p className="card-text mb-1">새로운 계획 추가하기</p> <p className="card-text mb-1">새로운 계획 추가하기</p>
</div> </div>
</Link> </Link>
</div> </div>
</div> </div>
</div> </div>
</> </>
) )
} }
......
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