type Props = {
workspaceName: string
url: string,
hostEmail: string,
guestEmail: string
}
export const workspaceMemberInvitationEmail = ({workspaceName, url, hostEmail, guestEmail}: Props) => `
You have been invited by
${hostEmail} to collaborate on his
workspace "${workspaceName}" as a
team member.
|
From now on you will have access
to this workspace in your
dashboard üëç
|
Make sure to log in as
${guestEmail}
|
|
|
|
`