Skip to content

Commit

Permalink
hide newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofby committed Jan 13, 2024
1 parent ff536c4 commit 92e7302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ export default function Home({ posts }) {
</Link>
</div>
)}
{siteMetadata.newsletter?.provider && (
{/* {siteMetadata.newsletter?.provider && (
<div className="flex items-center justify-center pt-4">
<NewsletterForm />
</div>
)}
)} */}
</>
)
}

0 comments on commit 92e7302

Please sign in to comment.