We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a34ef commit 83244acCopy full SHA for 83244ac
components/Home/HomeIntroSection.tsx
@@ -39,7 +39,7 @@ const HomeIntroSection = () => {
39
flexDirection={{ xs: 'column-reverse', md: 'row' }}
40
gap={2}
41
>
42
- <LinearProgress sx={{ width: '14rem' }} />
+ <LinearProgress sx={{ width: '14rem' }} variant="determinate" />
43
<Typography variant="h2">University of Toronto Mississauga</Typography>
44
</Box>
45
<Typography variant="h1">Mathematical & Computational Sciences Society</Typography>
0 commit comments