mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-21 05:35:45 +01:00
typo
This commit is contained in:
parent
680081c548
commit
6e12e3a85b
@ -69,7 +69,7 @@ export function InstalledAugmentations(): React.ReactElement {
|
|||||||
<ListItemText
|
<ListItemText
|
||||||
primary={
|
primary={
|
||||||
<Typography color={Settings.theme.hp} style={{ whiteSpace: "pre-wrap" }}>
|
<Typography color={Settings.theme.hp} style={{ whiteSpace: "pre-wrap" }}>
|
||||||
Entropy virus - Level {player.entropy}
|
Entropy Virus - Level {player.entropy}
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -135,7 +135,7 @@ export const GraftingRoot = (): React.ReactElement => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={{ my: 3 }}>
|
<Box sx={{ my: 3 }}>
|
||||||
<Typography variant="h5">Entropy virus</Typography>
|
<Typography variant="h5">Entropy Virus</Typography>
|
||||||
|
|
||||||
<Paper sx={{ my: 1, p: 1, width: "fit-content" }}>
|
<Paper sx={{ my: 1, p: 1, width: "fit-content" }}>
|
||||||
<Typography>
|
<Typography>
|
||||||
|
Loading…
Reference in New Issue
Block a user