diff --git a/index.html b/index.html index 389f698..1b49d7c 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +
diff --git a/src/email/Summary.tsx b/src/email/Summary.tsx index ff82ea0..73ec945 100644 --- a/src/email/Summary.tsx +++ b/src/email/Summary.tsx @@ -5,7 +5,7 @@ import { Text } from '@react-email/text' interface Props { content: string - href: string + href: string | undefined paragraphStyle: CSSProperties blockquoteStyle: CSSProperties } diff --git a/src/email/daringfireball/Summary.tsx b/src/email/daringfireball/Summary.tsx index ece52be..439461d 100644 --- a/src/email/daringfireball/Summary.tsx +++ b/src/email/daringfireball/Summary.tsx @@ -5,7 +5,7 @@ import { Link } from '@react-email/link' interface Props { content: string - href: string + href: string | undefined } export default ({ content, href }: Props) => { diff --git a/src/preview/main.tsx b/src/preview/main.tsx index 7408563..36773df 100644 --- a/src/preview/main.tsx +++ b/src/preview/main.tsx @@ -6,5 +6,5 @@ import './index.css' ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(