mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-02 04:23:48 +01:00
Merge pull request #2886 from DrCuriosity/DrCuriosity/hacknet-name-colspans
QoI: Increase HacknetNodeElem name colSpan
This commit is contained in:
commit
dd07ef3a88
@ -172,7 +172,7 @@ export function HacknetNodeElem(props: IProps): React.ReactElement {
|
|||||||
<Table size="small">
|
<Table size="small">
|
||||||
<TableBody>
|
<TableBody>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell>
|
<TableCell colSpan={3}>
|
||||||
<Typography>{node.name}</Typography>
|
<Typography>{node.name}</Typography>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
Loading…
Reference in New Issue
Block a user