fix: add dot to the end of sentence in text below "Join The Newsletter!" heading
This commit is contained in:
parent
d4fd36f05f
commit
3ffb81d020
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ const Newsletter = () => {
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-lg text-muted-foreground text-center mt-4 md:mt-2 mb-8">
|
<p className="text-lg text-muted-foreground text-center mt-4 md:mt-2 mb-8">
|
||||||
Subscribe to our newsletter for updates. We promise no spam emails
|
Subscribe to our newsletter for updates. We promise no spam emails
|
||||||
will be sent
|
will be sent.
|
||||||
</p>
|
</p>
|
||||||
<form
|
<form
|
||||||
className="relative flex flex-col w-full md:flex-row md:w-6/12 lg:w-4/12 mx-auto gap-4 md:gap-2"
|
className="relative flex flex-col w-full md:flex-row md:w-6/12 lg:w-4/12 mx-auto gap-4 md:gap-2"
|
||||||
|
|
Loading…
Reference in a new issue