Merge pull request #3066 from phyzical/hotfix/2961-2

Fix editor "close" naming
This commit is contained in:
hydroflame 2022-03-10 21:41:22 -05:00 committed by GitHub
commit e5c488e533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -890,8 +890,8 @@ export function Root(props: IProps): React.ReactElement {
{ram} {ram}
</Button> </Button>
<Button onClick={save}>Save (Ctrl/Cmd + s)</Button> <Button onClick={save}>Save (Ctrl/Cmd + s)</Button>
<Button onClick={props.router.toTerminal}>Close (Ctrl/Cmd + b)</Button> <Button sx={{ mx: 1 }} onClick={props.router.toTerminal}>Terminal (Ctrl/Cmd + b)</Button>
<Typography sx={{ mx: 1 }}> <Typography>
{" "} {" "}
Documentation:{" "} Documentation:{" "}
<Link target="_blank" href="https://bitburner.readthedocs.io/en/latest/index.html"> <Link target="_blank" href="https://bitburner.readthedocs.io/en/latest/index.html">