mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 23:33:31 +01:00
Menu cleanup
This commit is contained in:
parent
66022d0deb
commit
d7ad8088a8
@ -41,8 +41,9 @@ export default class TopBar extends React.Component {
|
|||||||
<MenuItem divider />
|
<MenuItem divider />
|
||||||
<MenuItem href="https://github.com/jzillmann/pdf-to-markdown/issues" target="_blank"> Feedback & Bug Reports
|
<MenuItem href="https://github.com/jzillmann/pdf-to-markdown/issues" target="_blank"> Feedback & Bug Reports
|
||||||
</MenuItem>
|
</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>
|
||||||
|
<MenuItem divider />
|
||||||
<OverlayTrigger
|
<OverlayTrigger
|
||||||
trigger="click"
|
trigger="click"
|
||||||
rootClose
|
rootClose
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
|
||||||
import Alert from 'react-bootstrap/lib/Alert'
|
import Alert from 'react-bootstrap/lib/Alert'
|
||||||
import Dropzone from 'react-dropzone'
|
import Dropzone from 'react-dropzone'
|
||||||
import FaCloudUpload from 'react-icons/lib/fa/cloud-upload'
|
import FaCloudUpload from 'react-icons/lib/fa/cloud-upload'
|
||||||
|
Loading…
Reference in New Issue
Block a user