mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
Separate Bladeburner button from grid
This commit is contained in:
@ -81,7 +81,7 @@ export function SpecialLocation(props: IProps): React.ReactElement {
|
||||
return <></>;
|
||||
}
|
||||
const text = inBladeburner ? "Enter Bladeburner Headquarters" : "Apply to Bladeburner Division";
|
||||
return <Button onClick={handleBladeburner}>{text}</Button>;
|
||||
return <><br/><Button onClick={handleBladeburner}>{text}</Button></>;
|
||||
}
|
||||
|
||||
function renderNoodleBar(): React.ReactElement {
|
||||
|
Reference in New Issue
Block a user