Skip to content

Commit

Permalink
Update newsletter page with link to weekly newsletter (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher authored Mar 13, 2024
1 parent fe9423e commit 9636307
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/(standalone)/newsletter/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ export default function NewsletterPage() {
Subscribe to Codú Weekly.
</h2>
<p className="mt-4 text-lg leading-8 text-gray-300">
{`Join our free newsletter! Stay updated with the latest articles, tips, and insights on web development. Don't miss out on valuable content delivered straight to your inbox!`}
Join our free newsletter!{" "}
<Link
className="text-white underline"
href="/letters/your-weekly-codu-fix-planetscale-alternatives-git-explained-and-more"
>
One newsletter
</Link>{" "}
per week with the latest articles, tips, and insights on web
development. Don&apos;t miss out on valuable content delivered
straight to your inbox!
</p>
<SignupForm />
</div>
Expand Down

0 comments on commit 9636307

Please sign in to comment.