mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Add back button to GraftingRoot
This commit is contained in:
parent
d2dd88c5ca
commit
a70969df14
@ -20,6 +20,8 @@ import { AugmentationNames } from "../../../Augmentation/data/AugmentationNames"
|
|||||||
import { Settings } from "../../../Settings/Settings";
|
import { Settings } from "../../../Settings/Settings";
|
||||||
import { IMap } from "../../../types";
|
import { IMap } from "../../../types";
|
||||||
import { convertTimeMsToTimeElapsedString } from "../../../utils/StringHelperFunctions";
|
import { convertTimeMsToTimeElapsedString } from "../../../utils/StringHelperFunctions";
|
||||||
|
import { LocationName } from "../../../Locations/data/LocationNames";
|
||||||
|
import { Locations } from "../../../Locations/Locations";
|
||||||
|
|
||||||
import { IPlayer } from "../../IPlayer";
|
import { IPlayer } from "../../IPlayer";
|
||||||
|
|
||||||
@ -58,6 +60,9 @@ export const GraftingRoot = (): React.ReactElement => {
|
|||||||
|
|
||||||
return <>
|
return <>
|
||||||
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
|
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
|
||||||
|
<Button onClick={() => router.toLocation(Locations[LocationName.NewTokyoVitaLife])}>
|
||||||
|
Back
|
||||||
|
</Button>
|
||||||
<Typography variant="h4">Grafting Laboratory</Typography>
|
<Typography variant="h4">Grafting Laboratory</Typography>
|
||||||
<Typography>
|
<Typography>
|
||||||
blah blah blah exposition that isn't important right now <br />
|
blah blah blah exposition that isn't important right now <br />
|
||||||
|
Loading…
Reference in New Issue
Block a user