Added link to GitHub

This commit is contained in:
Przemek Wiech 2019-01-27 23:23:28 +01:00
parent 7a850abe99
commit d37432775c

View File

@ -138,6 +138,13 @@ export class TopBar extends React.Component<RouteComponentProps, State> {
Load from file
</Menu.Item>
</label>
<Menu.Item
as="a"
href="https://github.com/PeWu/topola-viewer"
position="right"
>
Source on GitHub
</Menu.Item>
{loadFromUrlModal}
</Menu>
);