Bunch of corporation fixes

This commit is contained in:
Mughur
2022-09-23 12:54:04 +03:00
parent 2a43b90ed3
commit d99d37f191
7 changed files with 56 additions and 23 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE
paragraph={false}
onClick={() => terminal.connectToServer(player, item.hostname)}
>
<Typography sx={{ textDecoration: 'underline', "&:hover": { textDecoration: 'none'} }}>{item.hostname}</Typography>
<Typography sx={{ textDecoration: "underline", "&:hover": { textDecoration: "none" } }}>
{item.hostname}
</Typography>
</MuiLink>
</>
)}