Merge pull request #1398 from danielyxie/dev

fix autolink wrong font
This commit is contained in:
hydroflame 2021-10-01 16:42:21 -04:00 committed by GitHub
commit 8ee3f80436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -104,7 +104,7 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE
paragraph={false}
onClick={() => terminal.connectToServer(player, item.hostname)}
>
{item.hostname}
<Typography>{item.hostname}</Typography>
</MuiLink>
</ListItem>
);