Remove more rtd references (#702)

This commit is contained in:
hydroflame
2023-08-06 00:05:03 -04:00
committed by GitHub
parent aed01b0979
commit 931d7e588a
11 changed files with 18 additions and 62 deletions

View File

@@ -1,14 +1,4 @@
import {
BugReport,
Chat,
Download,
LibraryBooks,
Palette,
Reddit,
Save,
SystemUpdateAlt,
Upload,
} from "@mui/icons-material";
import { BugReport, Chat, Download, LibraryBooks, Palette, Reddit, Save, Upload } from "@mui/icons-material";
import { Box, Button, List, ListItemButton, Paper, Tooltip, Typography } from "@mui/material";
import { default as React, useRef, useState } from "react";
import { FileDiagnosticModal } from "../../Diagnostic/FileDiagnosticModal";
@@ -239,7 +229,7 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {
sx={{
gridArea: "links",
display: "grid",
gridTemplateAreas: `"bug changelog"
gridTemplateAreas: `"bug bug"
"discord reddit"
"tut tut"
"plaza plaza"`,
@@ -255,14 +245,6 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {
>
Report Bug
</Button>
<Button
startIcon={<SystemUpdateAlt />}
href="https://bitburner-official.readthedocs.io/en/latest/changelog.html"
target="_blank"
sx={{ gridArea: " changelog" }}
>
Changelog
</Button>
<Button startIcon={<LibraryBooks />} onClick={() => setConfirmResetOpen(true)} sx={{ gridArea: "tut" }}>
Reset tutorial
</Button>