mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 22:52:29 +01:00
noselect some blade stuff
This commit is contained in:
parent
bc034bb417
commit
7bc0764d5d
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -28,8 +28,8 @@ export function AllPages(props: IProps): React.ReactElement {
|
||||
onClick={() => setPage(props.name)}
|
||||
className={
|
||||
page !== props.name
|
||||
? "bladeburner-nav-button"
|
||||
: "bladeburner-nav-button-inactive"
|
||||
? "bladeburner-nav-button noselect"
|
||||
: "bladeburner-nav-button-inactive noselect"
|
||||
}
|
||||
>
|
||||
{props.name}
|
||||
|
Loading…
Reference in New Issue
Block a user