import React, { PropTypes } from 'react' import CSSModules from 'browser/lib/CSSModules' import styles from './InfoTab.styl' const electron = require('electron') const { shell, remote } = electron const appVersion = remote.app.getVersion() class InfoTab extends React.Component { constructor (props) { super(props) this.state = { } } handleLinkClick (e) { shell.openExternal(e.currentTarget.href) e.preventDefault() } render () { return (