Skip to content

Commit 7ad0116

Browse files
Update incorrect URL
1 parent e69978a commit 7ad0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/DownloadButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function DownloadButton() {
2222
}
2323

2424
setTimeout(() => {
25-
window.location.href = "download-success";
25+
window.location.href = "post-download";
2626
}, 2000);
2727
}
2828

0 commit comments

Comments
 (0)