UNPKG

275 BJavaScriptView Raw
1import React from 'react';
2
3export default () => (
4 <div className="email-article__footnote">
5 This email will be sent from <a href="mailto:gifting@notice.ft.com">gifting@notice.ft.com</a>. Your name or registered email address will also be included in the email
6 </div>
7);