add bug report button

This commit is contained in:
Olivier Gagnon 2021-09-21 16:50:33 -04:00
parent 57a5c8b0b4
commit 637f88efcd

@ -553,6 +553,9 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
</Tooltip>
</Box>
<Box>
<Link href="https://github.com/danielyxie/bitburner/issues/new" target="_blank">
<Typography>Report bug</Typography>
</Link>
<Link href="https://bitburner.readthedocs.io/en/latest/changelog.html" target="_blank">
<Typography>Changelog</Typography>
</Link>