Skip to content

Commit 9de5d9e

Browse files
Merge pull request #34 from audacity/post-download
Update incorrect URL
2 parents 6a1a67e + 7ad0116 commit 9de5d9e

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)