Skip to content

Commit

Permalink
fix add robots button
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed Jun 6, 2024
1 parent 6128028 commit 800e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Home = () => {
width: "100%",
}}
onClick={() => {
navigate("/add");
navigate("/robots/add");
}}
>
Make a Robot
Expand Down

0 comments on commit 800e1dc

Please sign in to comment.