diff --git a/src/pages/(exam)/ExamPage.tsx b/src/pages/(exam)/ExamPage.tsx index 72b6bae5..a4ae1c3f 100644 --- a/src/pages/(exam)/ExamPage.tsx +++ b/src/pages/(exam)/ExamPage.tsx @@ -247,12 +247,7 @@ export default function ExamPage({page}: Props) { return ( <> - - {capitalize(page) - .slice(0, page.length - 1) - .toString()}{" "} - | EnCoach - + {capitalize(page).toString()} | EnCoach