Skip to content

Commit

Permalink
Merge pull request #3053 from Northeastern-Electric-Racing/onboarding…
Browse files Browse the repository at this point in the history
…-block

Onboarding block
  • Loading branch information
Aaryan1203 authored Dec 5, 2024
2 parents 2ccbe52 + b004bda commit 57f1ca2
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@ const OnboardingInfoSection: React.FC = () => {
<Grid item>
<Box
sx={{
backgroundColor: 'gray',
height: '25vh',
borderRadius: '10px',
width: '100%'
width: '100%',
background: theme.palette.background.paper
}}
>
<Typography variant="h5">Onboarding</Typography>
<Typography variant="h5" ml={2} pt={2}>
Onboarding
</Typography>
<Typography sx={{ mt: 1, mb: -1, ml: 2 }}>
Thank you for applying to Northeastern Electric Racing! After reviewing your application, we are very excited to
officially welcome you to our team.
</Typography>
</Box>
</Grid>
<Grid item>
Expand Down

0 comments on commit 57f1ca2

Please sign in to comment.