chore: fix pills
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
8d4c20008e
commit
bd16ea807f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ export function World() {
|
||||||
|
|
||||||
const pills: Matter.Body[] = [];
|
const pills: Matter.Body[] = [];
|
||||||
const pillsToRenderInfo = [
|
const pillsToRenderInfo = [
|
||||||
{ text: "ENGINEERING MANAGER" },
|
{ text: "ROBOTICS" },
|
||||||
{ text: "PRINCIPAL ENGINEER" },
|
{ text: "PRINCIPAL ENGINEER" },
|
||||||
{ text: "NIX *", chamferRadius: convertRemToPixels(1.25) },
|
{ text: "NIX *", chamferRadius: convertRemToPixels(1.25) },
|
||||||
{ text: "AI", chamferRadius: convertRemToPixels(1.25) },
|
{ text: "AI", chamferRadius: convertRemToPixels(1.25) },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue