Skip to content

Commit

Permalink
Don't promise a fortnightly newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Oct 11, 2024
1 parent 2e674c6 commit 47d8344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/Newsletter/Newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Newsletter = () => {
return (
<section className="page-grid !mb-0">
<div className="col-span-5 px-5 md:pl-page md:pr-0">
<h2 className="section-heading mb-6">Fortnightly Newsletter</h2>
<h2 className="section-heading mb-6">RedwoodJS Newsletter</h2>
<h3 className="section-subheading">Pure information gold. No spam.</h3>
</div>
<div className="col-span-7 px-5 pt-5 md:px-page lg:pr-page lg:pt-18 xl:col-span-6">
Expand All @@ -58,7 +58,7 @@ const Newsletter = () => {
<div className="col-span-6 px-5 md:px-page lg:pr-0">
<p className="text-lg leading-normal text-battleshipGray">
Get a summary of what we’ve shipped, articles we’ve written, and
upcoming events straight to your inbox, every two weeks.
upcoming events straight to your inbox, at most once every two weeks.
</p>
</div>
</section>
Expand Down

0 comments on commit 47d8344

Please sign in to comment.