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
+1
View File
@@ -53,4 +53,5 @@
<body>
<div id="root" />
</body>
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
</html>
+3
View File
@@ -620,6 +620,9 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<Link href="https://www.reddit.com/r/bitburner" target="_blank">
<Typography>Reddit</Typography>
</Link>
<Link href="https://plaza.dsolver.ca/games/bitburner" target="_blank">
<Typography>Incremental game plaza</Typography>
</Link>
</Box>
</Grid>
</Grid>