Menu cleanup

This commit is contained in:
Johannes Zillmann 2017-05-02 19:19:45 +02:00
parent 66022d0deb
commit d7ad8088a8
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,9 @@ export default class TopBar extends React.Component {
<MenuItem divider />
<MenuItem href="https://github.com/jzillmann/pdf-to-markdown/issues" target="_blank"> Feedback & Bug Reports
</MenuItem>
<MenuItem href="http://github.com/jzillmann/pdf-to-markdown" target="_blank"> Github
<MenuItem href="http://github.com/jzillmann/pdf-to-markdown" target="_blank"> Code @Github
</MenuItem>
<MenuItem divider />
<OverlayTrigger
trigger="click"
rootClose

View File

@ -1,6 +1,5 @@
import React from 'react';
import Alert from 'react-bootstrap/lib/Alert'
import Dropzone from 'react-dropzone'
import FaCloudUpload from 'react-icons/lib/fa/cloud-upload'