rm newsletter from footer
This commit is contained in:
parent
266904fc7d
commit
5e5a790832
@ -151,38 +151,8 @@ export const Footer = ({ data }: Props) => {
|
||||
)
|
||||
}, [show])
|
||||
|
||||
const url =
|
||||
'https://laconic.us8.list-manage.com/subscribe/post?u=d794a98f9fde12ec254350332&id=405947e375&f_id=00e16be0f0'
|
||||
|
||||
return (
|
||||
<>
|
||||
{show && (
|
||||
<Section className={s['pre__footer--section']}>
|
||||
<div className={s['gradient_line']}></div>
|
||||
<Container className={s['pre__footer']}>
|
||||
<Isotype className={s['isotype']} />
|
||||
<Heading
|
||||
as="h2"
|
||||
variant="md"
|
||||
centered
|
||||
style={{ textTransform: 'capitalize' }}
|
||||
>
|
||||
Sign-up for our <br /> Newsletter
|
||||
</Heading>
|
||||
<MailchimpSubscribe
|
||||
url={url}
|
||||
// @ts-ignore
|
||||
render={({ subscribe, status, message }) => (
|
||||
<SimpleForm
|
||||
onSubmitted={(formData) => subscribe(formData)}
|
||||
status={status}
|
||||
message={message}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
</Container>
|
||||
</Section>
|
||||
)}
|
||||
{!is404 && (
|
||||
<footer className={s.footer}>
|
||||
<Container className={s['container']}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user