From bd16ea807fd8a3beee2a31565c00673eea3b1263 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Mon, 15 Sep 2025 18:40:20 +0530 Subject: [PATCH] chore: fix pills Signed-off-by: Ameya Shenoy --- frontend/src/components/PhysicsSimulation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },