Skip to content

Commit

Permalink
Remove version check link
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Feb 10, 2020
1 parent 2335950 commit 44881a7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,6 @@ const App = () => {
<Toolbar className={classes.statusToolbar}>
<div className={classes.statusVersion}>
raxmlGUI {version}
<a
className={classes.statusFeedback}
href="https://github.com/AntonelliLab/raxmlGUI/releases/latest"
rel="noopener noreferrer"
target="_blank"
>
Check for new version
</a>
</div>
<div className={classes.statusVersion}>
{binary.value} {binary.version}
Expand Down

0 comments on commit 44881a7

Please sign in to comment.