import React from 'react'; import { Helmet } from 'react-helmet'; import { withTranslation } from 'react-i18next'; import GitHubLogo from '../../../images/github.svg'; function Feedback(props) { return (
{this.props.t('Feedback.Title')}

Via Github Issues

{'If you\'re familiar with Github, this is our preferred method for receiving bug reports and feedback.'}

Go to Github

Via Google Form

You can also submit this quick form.

Go to Form

); } export default withTranslation()(Feedback);