MISC: Improve exception alert (#1709)

This commit is contained in:
catloversg
2024-10-22 10:36:29 +07:00
committed by GitHub
parent 8d1cfb2d97
commit bc51733fbe
10 changed files with 47 additions and 59 deletions

View File

@@ -52,7 +52,7 @@ import { AugmentationName } from "@enums";
import { ProgramsSeen } from "../../Programs/ui/ProgramsRoot";
import { InvitationsSeen } from "../../Faction/ui/FactionsRoot";
import { hash } from "../../hash/hash";
import { commitHash } from "../../utils/helpers/commitHash";
import { Locations } from "../../Locations/Locations";
import { useCycleRerender } from "../../ui/React/hooks";
import { playerHasDiscoveredGo } from "../../Go/effects/effect";
@@ -277,7 +277,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
</ListItemIcon>
<ListItemText
primary={
<Tooltip title={hash()}>
<Tooltip title={commitHash()}>
<Typography>Bitburner v{CONSTANTS.VersionString}</Typography>
</Tooltip>
}