Skip to content

Commit

Permalink
Remove comments from projects component declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Sep 22, 2022
1 parent 1e81584 commit cff3eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function HomeContent ({ timeline, stackCategories }: HomeContentProps) {
</Text>
</Paragraph>

{/* <ProjectsList stackCategories={stackCategories} /> */}
<ProjectsList stackCategories={stackCategories} />
<Timeline fallbackData={timeline} />
</VStack>
)
Expand Down

0 comments on commit cff3eb3

Please sign in to comment.