@tmlmobilidade/emails
Version:
9 lines (8 loc) • 640 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
/* * */
import { Hr, Section, Text } from '@react-email/components';
import styles from './styles.js';
export function Footer() {
return (_jsxs(_Fragment, { children: [_jsx(Hr, {}), _jsxs(Section, { children: [_jsx(Text, { style: styles.footer_text, children: "Este \u00E9 um e-mail autom\u00E1tico \u2014 por favor, n\u00E3o responda a esta mensagem." }), _jsxs(Text, { style: styles.footer_text, children: ["Transportes Metropolitanos de Lisboa", _jsx("br", {}), "Rua Cruz de Santa Apol\u00F3nia, 23, 25 e 25 A, 1100-187 Lisboa"] })] })] }));
}
;