diff --git a/backend/emails/components/email-button.tsx b/backend/emails/components/email-button.tsx index d0ad0f1a5..f7288e443 100644 --- a/backend/emails/components/email-button.tsx +++ b/backend/emails/components/email-button.tsx @@ -3,6 +3,8 @@ import { Button, Section } from 'jsx-email'; export const EmailButton = ({ ButtonText, href }: { ButtonText: string; href: string }) => (