- navigate(`/component/${id}`)}>
+ navigate(`/part/${id}`)}>
{photo && (
{
);
};
-export default Components;
+export default Parts;
diff --git a/frontend/src/pages/RobotDetails.tsx b/frontend/src/pages/RobotDetails.tsx
index 364e69a0..94ee687a 100644
--- a/frontend/src/pages/RobotDetails.tsx
+++ b/frontend/src/pages/RobotDetails.tsx
@@ -133,7 +133,7 @@ Stompy is designed to be a versatile platform for research and development in le
{response.bom.map((part, key) => (