Skip to content

Commit

Permalink
misc: update section name
Browse files Browse the repository at this point in the history
  • Loading branch information
prisca-c committed Jul 21, 2024
1 parent 8132787 commit 853084b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/datas/sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"class": "header"
},
{
"name": "My Stack",
"class": "my-stack"
"name": "My Toolbox",
"class": "my-toolbox"
},
{
"name": "My Projects",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const LandingPage = () => {
id={section.name}
>
{section.class === 'header' && <Header />}
{section.class === 'my-stack' && <MyStack />}
{section.class === 'my-toolbox' && <MyStack />}
{section.class === 'my-projects' && <MyProjects />}
</section>
);
Expand Down

0 comments on commit 853084b

Please sign in to comment.