We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
invitedByUsername
1 parent ebf1ee4 commit fdb49ceCopy full SHA for fdb49ce
packages/create-email/template/emails/vercel-invite-user.tsx
@@ -69,7 +69,7 @@ export const VercelInviteUserEmail = ({
69
Hello {username},
70
</Text>
71
<Text className="text-black text-[14px] leading-[24px]">
72
- <strong>bukinoshita</strong> (
+ <strong>{invitedByUsername}</strong> (
73
<Link
74
href={`mailto:${invitedByEmail}`}
75
className="text-blue-600 no-underline"
0 commit comments