mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
fix research box not displaying well on big screens.
This commit is contained in:
@@ -55,7 +55,7 @@ export function RamButton(props: IProps): React.ReactElement {
|
||||
}
|
||||
tooltip={
|
||||
<MathComponent
|
||||
tex={String.raw`\large{3.2 \times 10^3 \times 1.58^{log_2{(ram)}}}`}
|
||||
tex={String.raw`\large{cost = 3.2 \times 10^3 \times 1.58^{log_2{(ram)}}}`}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user