Skip to content

Commit 07ac3b0

Browse files
committed
fix: 다시하기 클릭시 메인페이지로 이동
1 parent 8d37266 commit 07ac3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/result/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const ResultPage = () => {
2626
const result = getValidResult(searchParams.get("type"));
2727

2828
const handleClickReTry = () => {
29-
navigate(URLS.TEST);
29+
navigate(URLS.MAIN);
3030
};
3131

3232
const handleClickDownload = async () => {

0 commit comments

Comments
 (0)