Run prettier

This commit is contained in:
omuretsu 2023-02-07 21:16:18 -05:00
parent 814e837983
commit 07b1eefe33
2 changed files with 18 additions and 10 deletions

@ -88,11 +88,13 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
Certain <b>gangs</b>
</li>
)}
{Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && (
<li>
<b>Grafting</b>
</li>
)}
{Player.canAccessGrafting() &&
!props.aug.isSpecial &&
props.aug.name !== AugmentationNames.TheRedPill && (
<li>
<b>Grafting</b>
</li>
)}
</Typography>
</ul>
</>

@ -414,12 +414,15 @@ export function InteractiveTutorialRoot(): React.ReactElement {
<>
<Typography>
This page displays information about all of your scripts that are running across every server. You can use
this to gauge how well your scripts are doing.
<br /><br />
this to gauge how well your scripts are doing.
<br />
<br />
Click on Home to see the scripts running on it.
<br /><br />
<br />
<br />
Then click on n00dles.js to see the scripts information.
<br /><br />
<br />
<br />
Let's go back to
</Typography>
<ListItem>
@ -533,7 +536,10 @@ export function InteractiveTutorialRoot(): React.ReactElement {
<br />
<br />
The{" "}
<a href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html" target="_blank">
<a
href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html"
target="_blank"
>
Getting Started
</a>{" "}
contains the guide for new players, navigating you through most of early game.