UI: Change description of Documentation button in Script Editor (#1644)

This commit is contained in:
catloversg 2024-09-08 08:08:16 +07:00 committed by GitHub
parent 651b17739c
commit 4f426e1b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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