Skip to content

Commit 217f395

Browse files
authored
Update quiz.tsx
1 parent 643d8c6 commit 217f395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/quiz.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function QuizPage() {
129129
useEffect(() => {
130130
if (submitted && score >= 7) {
131131
const timeout = setTimeout(() => {
132-
history.push('/HollowEngineDocumentation/docs/intro');
132+
history.push('/docs/intro');
133133
}, 5000); // 5 секунд
134134

135135
return () => clearTimeout(timeout);

0 commit comments

Comments
 (0)