Skip to content

Commit

Permalink
feat(email): final email version
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed Jul 23, 2024
1 parent 9f2028c commit 1368e27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/marketing/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
Antoni Kois

<hr style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0" />
<p style="font-size:16px;line-height:18px;margin:6px 0;color:#525f7f;text-align:left">tel: +48 577 584 212<br />e-mail: <a style="color:#556cd6" href="mailto:[email protected]">[email protected]</a></p>
<p style="font-size:16px;line-height:18px;margin:6px 0;color:#525f7f;text-align:left">tel: +48 577 584 212<br />e-mail: <a style="color:#556cd6" href="mailto:[email protected]">[email protected]</a><br /><a style="color:#556cd6" href="https://linkerry.com">linkerry.com</a><br /><a style="color:#556cd6" href="https://legal.maxdata.app/company.pdf">Maxdata App LTD</a></p>
<p style="font-size:16px;line-height:18px;margin:6px 0;color:#525f7f;text-align:left">— Zespół Linkerry</p>
<hr style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0" />
4 changes: 4 additions & 0 deletions libs/react-email/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const Footer = () => {
[email protected]
</Link>
<br />
<Link style={anchor} href="https://linkerry.com">
linkerry.com
</Link>
<br />
<Link style={anchor} href="https://legal.maxdata.app/company.pdf">
Maxdata App LTD
</Link>
Expand Down
7 changes: 3 additions & 4 deletions libs/react-email/emails/offert-company-blank.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -46,7 +44,8 @@ Pozdrawiam i życzę miłego dnia,
Antoni Kois

{/* <hr style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0" />
<p style="font-size:16px;line-height:24px;margin:6px 0;color:#525f7f;text-align:left">tel: +48 577 584 212<br />e-mail: <a style="color:#556cd6" href="mailto:[email protected]">[email protected]</a></p>
<p style="font-size:16px;line-height:24px;margin:16px 0;color:#525f7f;text-align:left">tel: +48 577 584 212<br />e-mail:<a style="color:#556cd6" href="mailto:[email protected]">[email protected]</a><br /><a style="color:#556cd6" href="https://legal.maxdata.app/company.pdf">Maxdata App LTD</a></p>
<p style="font-size:16px;line-height:24px;margin:16px 0;color:#525f7f;text-align:left">— Zespół Linkerry</p>
<hr style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e6ebf1;margin:20px 0" /> */}
</Html>
)
Expand Down

0 comments on commit 1368e27

Please sign in to comment.