@a11ywatch/core
Version:
a11ywatch central API
16 lines • 691 B
JavaScript
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
;