reroute to terminal instead

This commit is contained in:
phyzical 2022-03-24 23:20:11 +08:00
parent 6ad2f156d7
commit 2bebb4e228

@ -224,7 +224,7 @@ export function WorkInProgressRoot(): React.ReactElement {
You cannot work for {player.companyName || "(Company not found)"} at this time, please try again if you You cannot work for {player.companyName || "(Company not found)"} at this time, please try again if you
think this should have worked think this should have worked
</Typography> </Typography>
<Button onClick={() => router.toFactions()}>Back to Factions</Button> <Button onClick={() => router.toTerminal()}>Back to Terminal</Button>
</> </>
); );
} }