Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions src/frontend/src/pages/HomePage/components/InfoBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ const InfoBlock: 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>
{/* This will be replaced with the 'Useful Links' block*/}
Expand Down