diff --git a/frontend/src/components/PhysicsSimulation.tsx b/frontend/src/components/PhysicsSimulation.tsx index 578503d..8f397e3 100644 --- a/frontend/src/components/PhysicsSimulation.tsx +++ b/frontend/src/components/PhysicsSimulation.tsx @@ -148,7 +148,7 @@ export function World() { const pills: Matter.Body[] = []; const pillsToRenderInfo = [ - { text: "ENGINEERING MANAGER" }, + { text: "ROBOTICS" }, { text: "PRINCIPAL ENGINEER" }, { text: "NIX *", chamferRadius: convertRemToPixels(1.25) }, { text: "AI", chamferRadius: convertRemToPixels(1.25) },