mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-24 23:22:29 +01:00
Fixes #2795, adding better underlines for links
This commit is contained in:
parent
015fb46703
commit
c29b4cfda9
@ -125,7 +125,7 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE
|
|||||||
paragraph={false}
|
paragraph={false}
|
||||||
onClick={() => terminal.connectToServer(player, item.hostname)}
|
onClick={() => terminal.connectToServer(player, item.hostname)}
|
||||||
>
|
>
|
||||||
<Typography>{item.hostname}</Typography>
|
<Typography sx={{ textDecoration: 'underline' }}>{item.hostname}</Typography>
|
||||||
</MuiLink>
|
</MuiLink>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user