Remove invalid link

This commit is contained in:
Jerome Wu 2023-08-03 23:12:58 +08:00
parent ba5dd17723
commit a98bcda4ae

View File

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