Add faction name to top of augs page

This commit is contained in:
nickofolas 2022-05-05 09:23:10 -05:00
parent 0d72c363b5
commit 449ec4dee2

@ -145,7 +145,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
<> <>
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}> <Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
<Button onClick={props.routeToMainPage}>Back</Button> <Button onClick={props.routeToMainPage}>Back</Button>
<Typography variant="h4">Faction Augmentations</Typography> <Typography variant="h4">Faction Augmentations - {props.faction.name}</Typography>
<Paper sx={{ p: 1, mb: 1 }}> <Paper sx={{ p: 1, mb: 1 }}>
<Typography> <Typography>
These are all of the Augmentations that are available to purchase from <b>{props.faction.name}</b>. These are all of the Augmentations that are available to purchase from <b>{props.faction.name}</b>.