Remove invalid link
This commit is contained in:
parent
ba5dd17723
commit
a98bcda4ae
@ -23,14 +23,8 @@ export default function CoreSwitcher({ checked, onChange }: CoreSwitcherProps) {
|
|||||||
disabled={typeof SharedArrayBuffer !== "function"}
|
disabled={typeof SharedArrayBuffer !== "function"}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<Tooltip title="Multi-threaded core is faster, but unstable and not supported by all browsers. Click here for more details.">
|
<Tooltip title="Multi-threaded core is faster, but unstable and not supported by all browsers.">
|
||||||
<IconButton
|
<IconButton aria-label="help" size="small">
|
||||||
aria-label="help"
|
|
||||||
size="small"
|
|
||||||
onClick={() => {
|
|
||||||
location.href = "/docs/getting-started/multi-thread";
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<HelpIcon fontSize="small" />
|
<HelpIcon fontSize="small" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Loading…
Reference in New Issue
Block a user