diff --git a/docs/marketing/email.html b/docs/marketing/email.html index 9ec2c8a0..55a891ab 100644 --- a/docs/marketing/email.html +++ b/docs/marketing/email.html @@ -30,5 +30,6 @@ Antoni Kois
-

tel: +48 577 584 212
e-mail: anteqkois@gmail.com

+

tel: +48 577 584 212
e-mail: anteqkois@gmail.com
linkerry.com
Maxdata App LTD

+

— Zespół Linkerry


diff --git a/libs/react-email/components/Footer.tsx b/libs/react-email/components/Footer.tsx index b50ad001..e859af59 100644 --- a/libs/react-email/components/Footer.tsx +++ b/libs/react-email/components/Footer.tsx @@ -15,6 +15,10 @@ export const Footer = () => { anteqkois@gmail.com
+ + linkerry.com + +
Maxdata App LTD diff --git a/libs/react-email/emails/offert-company-blank.tsx b/libs/react-email/emails/offert-company-blank.tsx index 341ed49b..b4c17954 100644 --- a/libs/react-email/emails/offert-company-blank.tsx +++ b/libs/react-email/emails/offert-company-blank.tsx @@ -1,8 +1,6 @@ -import { Body, Head, Html } from '@react-email/components' +import { Head, Html } from '@react-email/components' import React from 'react' -import { Footer } from '../components/Footer' import { IS_EMAIL_PREVIEW } from '../constants/veriables' -import { main } from '../styles' interface Props { companyName: string @@ -46,7 +44,8 @@ Pozdrawiam i życzę miłego dnia, Antoni Kois {/*
-

tel: +48 577 584 212
e-mail: anteqkois@gmail.com

+

tel: +48 577 584 212
e-mail:anteqkois@gmail.com
Maxdata App LTD

+

— Zespół Linkerry


*/} )