Skip to content

Commit

Permalink
chore(newsletter): update form action to prevent direct submission
Browse files Browse the repository at this point in the history
  • Loading branch information
1chooo committed Dec 1, 2024
1 parent 606cab1 commit 068caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing/src/components/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Newsletter() {
</div>
<div className="col-span-12 lg:col-span-10 lg:col-start-2 mt-3 lg:w-[990px]">
<form
action="https://postal.hackclub.com/subscribe"
action="#"
method="POST"
acceptCharset="utf-8"
className="w-full"
Expand Down

0 comments on commit 068caab

Please sign in to comment.