Update src/ui/WorkInProgressRoot.tsx

This commit is contained in:
Jack 2022-03-09 22:50:41 +08:00 committed by GitHub
parent e5acd10c86
commit a3555d101e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ export function WorkInProgressRoot(): React.ReactElement {
if (!faction) { if (!faction) {
return <> return <>
<Typography variant="h4" color="primary"> <Typography variant="h4" color="primary">
Sorry, You have not joined the faction {faction} yet! You have not joined {faction} yet!
</Typography> </Typography>
<Button onClick={() => router.toFactions()}>Back to Factions</Button> <Button onClick={() => router.toFactions()}>Back to Factions</Button>
</> </>