Skip to content

Commit 5d08c09

Browse files
authored
Merge pull request #1876 from mfts/feat/passwords
fix: email footer
2 parents 853e365 + c2a367d commit 5d08c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/emails/shared/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Hr, Section, Text } from "@react-email/components";
22

33
export const Footer = ({
44
withAddress = false,
5-
footerText = "If you have any feedback or questions about this email, simply reply to it. I'd love to hear from you!",
5+
footerText = "If you have any feedback or questions about this email, simply reply to it. I'd love to hear from you!",
66
}: {
77
withAddress?: boolean;
88
footerText?: string | React.ReactNode;

0 commit comments

Comments
 (0)