Skip to content

Commit

Permalink
Remove typeform links
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 30, 2024
1 parent aeb65b6 commit 5c02702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Newsletter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Newsletter() {
</div>

<div className="flex flex-col w-1/2 justify-center mx-auto">
<a className="btn text-indigo-600 bg-indigo-100 hover:bg-white shadow text-xl" href="https://form.typeform.com/to/MJTpmm">Subscribe</a>
<a className="btn text-indigo-600 bg-indigo-100 hover:bg-white shadow text-xl" href="https://touchlab.co/?s=shownewsletter">Subscribe</a>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/NewsletterDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function NewsletterDoc() {

{/* CTA content */}
<h4 className="h4 text-white xl:mb-0 text-center">Touchlab KMP Insiders Newsletter</h4>
<a className="btn text-cyan-600 bg-cyan-100 hover:bg-white shadow text-xl" href="https://form.typeform.com/to/MJTpmm">Subscribe</a>
<a className="btn text-cyan-600 bg-cyan-100 hover:bg-white shadow text-xl" href="https://touchlab.co/?s=shownewsletter">Subscribe</a>

</div>

Expand Down

0 comments on commit 5c02702

Please sign in to comment.