have footer on emails (#11300)
# ISSUE - Closes #9622 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { Link as EmailLink } from '@react-email/components';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
import { emailTheme } from 'src/common-style';
|
||||
|
||||
@ -8,7 +7,7 @@ const linkStyle = {
|
||||
};
|
||||
|
||||
type LinkProps = {
|
||||
value: ReactNode;
|
||||
value: JSX.Element | JSX.Element[] | string;
|
||||
href: string;
|
||||
color?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user