import React from 'react'; import InlineSVG from 'react-inlinesvg'; import githubLogoUrl from '../../../images/github.svg'; function Feedback(props) { return (

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 Feedback;