We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d37266 commit 07ac3b0Copy full SHA for 07ac3b0
apps/web/src/pages/result/index.tsx
@@ -26,7 +26,7 @@ export const ResultPage = () => {
26
const result = getValidResult(searchParams.get("type"));
27
28
const handleClickReTry = () => {
29
- navigate(URLS.TEST);
+ navigate(URLS.MAIN);
30
};
31
32
const handleClickDownload = async () => {
0 commit comments