mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
br in noodle bar
This commit is contained in:
parent
55d1dca7b7
commit
fcf29fa37c
@ -81,7 +81,12 @@ export function SpecialLocation(props: IProps): React.ReactElement {
|
|||||||
N00dles();
|
N00dles();
|
||||||
}
|
}
|
||||||
|
|
||||||
return <Button onClick={EatNoodles}>Eat noodles</Button>;
|
return (
|
||||||
|
<>
|
||||||
|
<br />
|
||||||
|
<Button onClick={EatNoodles}>Eat noodles</Button>
|
||||||
|
</>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function CreateCorporation(): React.ReactElement {
|
function CreateCorporation(): React.ReactElement {
|
||||||
|
Loading…
Reference in New Issue
Block a user