add incremental game plaza stuff

This commit is contained in:
Olivier Gagnon 2021-10-04 23:56:24 -04:00
parent 2f677c7ec8
commit da746a63c3
6 changed files with 26 additions and 21 deletions

36
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

@ -53,4 +53,5 @@
<body> <body>
<div id="root"/> <div id="root"/>
<script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body> <script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
</html> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -53,4 +53,5 @@
<body> <body>
<div id="root" /> <div id="root" />
</body> </body>
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
</html> </html>

@ -620,6 +620,9 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<Link href="https://www.reddit.com/r/bitburner" target="_blank"> <Link href="https://www.reddit.com/r/bitburner" target="_blank">
<Typography>Reddit</Typography> <Typography>Reddit</Typography>
</Link> </Link>
<Link href="https://plaza.dsolver.ca/games/bitburner" target="_blank">
<Typography>Incremental game plaza</Typography>
</Link>
</Box> </Box>
</Grid> </Grid>
</Grid> </Grid>