Solved a problem with the build process

This commit is contained in:
Tiago Ribeiro
2023-10-17 23:25:16 +01:00
parent fb15668288
commit ffe534edd9

View File

@@ -247,12 +247,7 @@ export default function ExamPage({page}: Props) {
return (
<>
<Head>
<title>
{capitalize(page)
.slice(0, page.length - 1)
.toString()}{" "}
| EnCoach
</title>
<title>{capitalize(page).toString()} | EnCoach</title>
<meta
name="description"
content="A training platform for the IELTS exam provided by the Muscat Training Institute and developed by eCrop."