UNPKG

@a11ywatch/core

Version:
16 lines 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.footer = void 0; const config_1 = require("../../config"); const footer = { marketing: ({ userId, email, }) => `<footer style="margin-top:30px; padding: 6px;"> <a href="${config_1.config.DOMAIN}" target="_blank" style="font-size:12px">Visit A11yWatch</a> <br /> <br /> <br /> <a href="${config_1.config.ROOT_URL}/api/unsubscribe-emails?id=${userId}&email=${email}" target="_blank" style="font-size:12px">Unsubscribe</a> <p style="margin-top:30px; font-weight: 100; text-align: center;">Powered by A11yWatch, LLC</p> </footer>`, }; exports.footer = footer; //# sourceMappingURL=footer.js.map