Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix(UI) : ui title fix
Browse files Browse the repository at this point in the history
수정 => 수정/조회
  • Loading branch information
kasterra committed Jun 2, 2024
1 parent 306d4ad commit 8a115ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const PracticeDetail = ({
{hasQuiz ? (
<>
<LinkElement
title="퀴즈 수정하기"
title="퀴즈 조회/수정하기"
iconSrcList={[pencilSVG]}
link={`/lectures/quiz/edit?lecture_id=${lectureId}&practice_id=${id}`}
/>
Expand Down

0 comments on commit 8a115ac

Please sign in to comment.