Skip to content

Commit 83244ac

Browse files
committed
replaced loading spinner with static one
1 parent 80a34ef commit 83244ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Home/HomeIntroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const HomeIntroSection = () => {
3939
flexDirection={{ xs: 'column-reverse', md: 'row' }}
4040
gap={2}
4141
>
42-
<LinearProgress sx={{ width: '14rem' }} />
42+
<LinearProgress sx={{ width: '14rem' }} variant="determinate" />
4343
<Typography variant="h2">University of Toronto Mississauga</Typography>
4444
</Box>
4545
<Typography variant="h1">Mathematical & Computational Sciences Society</Typography>

0 commit comments

Comments
 (0)