Skip to content

Commit fdb49ce

Browse files
authored
fix(create-email): Use invitedByUsername prop (#915)
1 parent ebf1ee4 commit fdb49ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-email/template/emails/vercel-invite-user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const VercelInviteUserEmail = ({
6969
Hello {username},
7070
</Text>
7171
<Text className="text-black text-[14px] leading-[24px]">
72-
<strong>bukinoshita</strong> (
72+
<strong>{invitedByUsername}</strong> (
7373
<Link
7474
href={`mailto:${invitedByEmail}`}
7575
className="text-blue-600 no-underline"

0 commit comments

Comments
 (0)