mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
UI: Change order of information in stats progress bar (#1764)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user