UI: Tweak Hacknet summary (#1466)

This commit is contained in:
catloversg
2024-07-08 04:33:49 +07:00
committed by GitHub
parent c4adbfc0ad
commit b7a996718b
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function PlayerInfo(props: IProps): React.ReactElement {
return (
<Paper sx={{ display: "inline-block", padding: "0.5em 1em", margin: "0.5em 0" }}>
<Typography variant="h6">Hacknet Summary</Typography>
<StatsTable rows={rows} />
<StatsTable rows={rows} textAlign="left" />
</Paper>
);
}