Merge branch 'FE/FixDesign' into 'frontend'

[Front-End] fix: 퀴즈 상세 성적 디테일 페이지 돌아가기 링크 수정

See merge request s11-webmobile1-sub2/S11P12A701!170
This commit is contained in:
조현수 2024-08-12 11:07:57 +09:00
commit ae2c2891bb
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
line-height: 1.4; line-height: 1.4;
margin: 0; margin: 0;
color: var(--text-color); color: var(--text-color);
white-space: pre-line;
word-break: break-all; word-break: break-all;
} }

View File

@ -14,7 +14,7 @@ export default function StudentReportDetailPage() {
<div className={styles.wrapper}> <div className={styles.wrapper}>
<header className={styles.header}> <header className={styles.header}>
<Link <Link
to={`/lecture/${lectureId}/class/report`} to={`/lecture/${lectureId}/class/teacherReportsets`}
className={styles.goBack} className={styles.goBack}
> >
<BackIcon /> <BackIcon />