mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 13:13:49 +01:00
UI: Change order of information in stats progress bar (#1764)
This commit is contained in:
parent
650cf51acb
commit
daec7482fa
@ -30,10 +30,10 @@ export function StatsProgressBar({
|
||||
const tooltip = (
|
||||
<Typography sx={{ textAlign: "right" }}>
|
||||
<strong>Progress:</strong>
|
||||
{formatExp(current)} / {formatExp(max - min)}
|
||||
{formatExp(current)} ({progress.toFixed(2)}%)
|
||||
<br />
|
||||
<strong>Remaining:</strong>
|
||||
{formatExp(remaining)} ({progress.toFixed(2)}%)
|
||||
{formatExp(remaining)} / {formatExp(max - min)}
|
||||
</Typography>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user