Skip to content

Commit

Permalink
Make access-request title consistent with other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalcengio authored and micheal-w-wells committed Oct 19, 2023
1 parent 9313474 commit eea781d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appv2/src/UI/Overlay/AccessRequest/AccessRequestPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,11 @@ const AccessRequestPage: React.FC<IAccessRequestPage> = (props) => {
<Container>
<Grid container spacing={1}>
<Grid item xs={12}>
<Typography variant="h4" align="center">
InvasivesBC Access Request
</Typography>
<Box style={{ paddingTop: '30px', paddingBottom: '10px', display: 'flex', justifyContent: 'center' }}>
<Typography variant="h4" align="center">
InvasivesBC Access Request
</Typography>
</Box>
</Grid>
<Grid item xs={12} style={{ marginBottom: 50 }}>
<Card elevation={8}>
Expand Down

0 comments on commit eea781d

Please sign in to comment.