Skip to content

Commit

Permalink
MCSS-99: Replace/remove loading spinner on homepage (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
renee-k authored Oct 19, 2024
1 parent 5a097e2 commit 31d5253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/HomeIntroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const HomeIntroSection = () => {
flexDirection={{ xs: 'column-reverse', md: 'row' }}
gap={2}
>
<LinearProgress sx={{ width: '14rem' }} />
<LinearProgress sx={{ width: '14rem' }} variant="determinate" />
<Typography variant="h2">University of Toronto Mississauga</Typography>
</Box>
<Typography variant="h1">Mathematical & Computational Sciences Society</Typography>
Expand Down

0 comments on commit 31d5253

Please sign in to comment.