"use strict"; const React = require("react"); const GithubButton = props => ( Star ); GithubButton.propTypes = { config: React.PropTypes.object }; class Footer extends React.Component { url(path) { return this.props.config.baseUrl + "docs/" + this.props.language + path; } render() { // const currentYear = new Date().getFullYear(); return ( ); } } Footer.propTypes = { language: React.PropTypes.string, config: React.PropTypes.object }; module.exports = Footer;