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