Skip to content

Commit

Permalink
fix: remove section
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Sep 10, 2024
1 parent 16d12de commit 1c94524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-container/index-page/IndexPageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const IndexPageContainer = () => {
</Box>
<Box mx={{ xs: '5.8%', md: '10%' }}>
<CaseStudies className={classes.caseStudies} />
<ProjectPhrases className={classes.projectPhrases} />
{/* <ProjectPhrases className={classes.projectPhrases} /> */}
</Box>
<Box mx={{ xs: '5.8%', md: 0 }}>
<Testimonial className={classes.testimonial} />
Expand Down

0 comments on commit 1c94524

Please sign in to comment.