import React from 'react' import ExternalLink from '../Buttons/ExternalLink' import styles from './FooterBar.module.scss' const FooterBar = () => { return (

Feedback & Support: If you have any questions or feedback for the team please send an email to{' '} {' | '} {' | '} {' | '}

) } export default FooterBar