Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Mar 3, 2024
1 parent d5fa108 commit 0cdf68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ const Projects = () => {
<Typography
variant='h4'
align='center'
data-aos='fade-up'
fontWeight={700}
gutterBottom
data-aos='fade-up'
>
Projects
</Typography>
<Typography
variant='h6'
align='center'
color={theme.palette.text.secondary}
data-aos='fade-up'
marginTop={3}
marginBottom={3}
data-aos='fade-up'
>
View some of our latest projects
</Typography>
Expand Down

0 comments on commit 0cdf68e

Please sign in to comment.