feat(static-pages) : add subject param on mailto

pull/73/head
Clement G 4 years ago
parent 2c4e8a8e7f
commit bd61681967

@ -42,7 +42,7 @@ const Footer = props => {
ref={link3}
className={bboxLink3.top === bboxLink4.top ? "" : "no-tack"}
>
<a href="mailto:app@mieuxvoter.fr" style={linkStyle}>
<a href="mailto:app@mieuxvoter.fr?subject=[HELP]" style={linkStyle}>
{t("Need help?")}
</a>
</li>

Loading…
Cancel
Save