Skip to content

Commit

Permalink
Merge pull request #34 from hiruna-e46/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoRoth committed May 22, 2024
2 parents e9d0e5b + c26cfa9 commit 1de1ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/hubspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
document.location.href = './form-submitted-partners-thank-you';
} else if (isOnURL('/blog-posts/')) {
document.location.href = '../form-submitted-newsletter-signup';
} else if (isOnURL('/cve-directory')) {
} else if (isOnURL('/cve-list')) {
document.location.href = './thank-you';
} else if (isOnURL('support/disclosures')) {
/**
Expand Down

0 comments on commit 1de1ba8

Please sign in to comment.