We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853e365 + c2a367d commit 5d08c09Copy full SHA for 5d08c09
1 file changed
components/emails/shared/footer.tsx
@@ -2,7 +2,7 @@ import { Hr, Section, Text } from "@react-email/components";
2
3
export const Footer = ({
4
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!",
+ footerText = "If you have any feedback or questions about this email, simply reply to it. I'd love to hear from you!",
6
}: {
7
withAddress?: boolean;
8
footerText?: string | React.ReactNode;
0 commit comments