Merge branch 'FE/FixDesign' into 'frontend'
[Front-End] fix: 퀴즈 상세 성적 디테일 페이지 돌아가기 링크 수정 See merge request s11-webmobile1-sub2/S11P12A701!170
This commit is contained in:
commit
ae2c2891bb
@ -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