mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-30 15:02:29 +02:00
Fixes #2795, adding better underlines for links
This commit is contained in:
@ -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>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user