import React, { Component } from 'react' import { Trans, translate } from 'react-i18next' import { Element, scroller } from 'react-scroll' import { SimpleButton } from './ui/Button' import withColours from './withColours' @translate() @withColours export default class GoToExplanation extends Component { handleScrollToResults = () => { scroller.scrollTo('resultsScrollElement', { smooth: true, duration: 200, delay: 0 }) } render() { return (