Skip to content

Commit

Permalink
stay in touch
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Dec 5, 2023
1 parent 4dc0868 commit 987e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Footer: React.FC = () => {
</div>
<div className="lg:space-y-6 space-y-4">
<Icon icon={NEWSLETTER_SVG} className="h-8 lg:h-10 lg:w-10 w-8" />
<h2 className="text-2lg lg:text-3xl font-sans text-white">Stay tunned</h2>
<h2 className="text-2lg lg:text-3xl font-sans text-white">Stay in touch</h2>
<p className="font-sans text-white text-base">Subscribe to our newsletter</p>
<Form initialValues={{ email: '' }} onSubmit={onSubmit}>
{({ handleSubmit, form }) => {
Expand Down

1 comment on commit 987e46a

@vercel
Copy link

@vercel vercel bot commented on 987e46a Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ncs-go – ./

ncs-go-git-main-vizzuality1.vercel.app
ncs-go.vercel.app
ncs-go-vizzuality1.vercel.app

Please sign in to comment.