fix: qna 댓글 \n 적용 및 퀴즈 디테일 페이지 돌아가기 링크 수정
This commit is contained in:
parent
3bf03c3f18
commit
d9bf87c11c
@ -38,6 +38,7 @@
|
||||
line-height: 1.4;
|
||||
margin: 0;
|
||||
color: var(--text-color);
|
||||
white-space: pre-line;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ export default function StudentReportDetailPage() {
|
||||
<div className={styles.wrapper}>
|
||||
<header className={styles.header}>
|
||||
<Link
|
||||
to={`/lecture/${lectureId}/class/report`}
|
||||
to={`/lecture/${lectureId}/class/teacherReportsets`}
|
||||
className={styles.goBack}
|
||||
>
|
||||
<BackIcon />
|
||||
|
Loading…
Reference in New Issue
Block a user