fix autolink wrong font

This commit is contained in:
Olivier Gagnon 2021-10-01 16:42:07 -04:00
parent 50cf362b3b
commit cc02701e97
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>
);