Fix some minor tutorial issues

Changed example prompt to show n00dles for "hack" and "home" commands when connected to n00dles, fixed one missing capitalization
This commit is contained in:
Snarling 2021-10-18 04:12:45 -04:00
parent cfa10ab206
commit 5be4fb7aae

@ -265,7 +265,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
content: ( content: (
<> <>
<Typography>You now have root access! You can hack the server using </Typography> <Typography>You now have root access! You can hack the server using </Typography>
<Typography classes={{ root: classes.textfield }}>{"[home ~/]> hack"}</Typography> <Typography classes={{ root: classes.textfield }}>{"[n00dles ~/]> hack"}</Typography>
<Typography> Try doing that now.</Typography> <Typography> Try doing that now.</Typography>
</> </>
@ -296,7 +296,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
content: ( content: (
<> <>
<Typography>From any server you can get back home using</Typography> <Typography>From any server you can get back home using</Typography>
<Typography classes={{ root: classes.textfield }}>{"[home ~/]> home"}</Typography> <Typography classes={{ root: classes.textfield }}>{"[n00dles ~/]> home"}</Typography>
<Typography>Let's head home before creating our first script!</Typography> <Typography>Let's head home before creating our first script!</Typography>
</> </>
@ -468,7 +468,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
[iTutorialSteps.HacknetNodesIntroduction as number]: { [iTutorialSteps.HacknetNodesIntroduction as number]: {
content: ( content: (
<Typography> <Typography>
here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now. Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now.
</Typography> </Typography>
), ),
canNext: true, canNext: true,