Merge pull request #2886 from DrCuriosity/DrCuriosity/hacknet-name-colspans

QoI: Increase HacknetNodeElem name colSpan
This commit is contained in:
hydroflame 2022-03-01 11:08:17 -05:00 committed by GitHub
commit dd07ef3a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>