mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-11 04:42:34 +01:00
Fix spacing on 'Trade for reputation` button (#222)
This commit is contained in:
committed by
GitHub
parent
e17380549d
commit
f70a25d755
@ -89,7 +89,9 @@ export function Victory(props: IProps): React.ReactElement {
|
||||
))}
|
||||
</Select>
|
||||
<Button onClick={trade}>
|
||||
Trade for <Reputation reputation={repGain} /> reputation
|
||||
Trade for
|
||||
<Reputation reputation={repGain} />
|
||||
reputation
|
||||
</Button>
|
||||
</Box>
|
||||
<Button onClick={sell} sx={{ width: "100%" }}>
|
||||
|
Reference in New Issue
Block a user