upstream #1
@ -92,11 +92,11 @@ export default function Home({ posts }) {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{siteMetadata.newsletter.provider !== '' && (
|
{siteMetadata.newsletter.provider !== '' && (
|
||||||
<div className="pt-6 pb-8 space-y-2 md:space-y-5">
|
|
||||||
<div className="flex flex-col md:flex-row justify-between items-center">
|
<div className="flex flex-col md:flex-row justify-between items-center">
|
||||||
<h1 className="text-3xl font-extrabold tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl md:text-6xl ">
|
<h1 className="text-3xl font-extrabold tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl md:text-6xl ">
|
||||||
Newsletter
|
Newsletter
|
||||||
</h1>
|
</h1>
|
||||||
|
<div className="p-5">
|
||||||
<FormSubscribe />
|
<FormSubscribe />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user