Merge pull request #1312 from Nolshine/options_menu_unnecessary_link

remove duplicate changelog link from options menu
This commit is contained in:
hydroflame 2021-09-20 17:27:02 -04:00 committed by GitHub
commit 7cd821ef5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -542,9 +542,6 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<Link href="https://bitburner.readthedocs.io/en/latest/index.html" target="_blank">
<Typography>Documentation</Typography>
</Link>
<Link href="https://bitburner.readthedocs.io/en/latest/changelog.html" target="_blank">
<Typography>Changelog</Typography>
</Link>
<Link href="https://discord.gg/TFc3hKD" target="_blank">
<Typography>Discord</Typography>
</Link>