mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 21:25:47 +01:00
typo
This commit is contained in:
parent
680081c548
commit
6e12e3a85b
@ -69,7 +69,7 @@ export function InstalledAugmentations(): React.ReactElement {
|
||||
<ListItemText
|
||||
primary={
|
||||
<Typography color={Settings.theme.hp} style={{ whiteSpace: "pre-wrap" }}>
|
||||
Entropy virus - Level {player.entropy}
|
||||
Entropy Virus - Level {player.entropy}
|
||||
</Typography>
|
||||
}
|
||||
/>
|
||||
|
@ -135,7 +135,7 @@ export const GraftingRoot = (): React.ReactElement => {
|
||||
</Box>
|
||||
|
||||
<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" }}>
|
||||
<Typography>
|
||||
|
Loading…
Reference in New Issue
Block a user