mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
UI: Change description of Documentation button in Script Editor (#1644)
This commit is contained in:
parent
651b17739c
commit
4f426e1b20
@ -71,8 +71,8 @@ export function Toolbar({ editor, onSave }: IProps) {
|
|||||||
Terminal (Ctrl/Cmd + b)
|
Terminal (Ctrl/Cmd + b)
|
||||||
</Button>
|
</Button>
|
||||||
<Typography>
|
<Typography>
|
||||||
<Link target="_blank" href={getNsApiDocumentationUrl()}>
|
<Link target="_blank" href={getNsApiDocumentationUrl()} fontSize="1.2rem">
|
||||||
Documentation
|
NS API documentation
|
||||||
</Link>
|
</Link>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user