remove duplicate changelog link from options menu

This commit is contained in:
Nolshine 2021-09-20 20:14:02 +01:00
parent 9552ae3ef1
commit bb546ef6e1

@ -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>