diff --git a/app/web/src/helpers/hooks/useIdeState.ts b/app/web/src/helpers/hooks/useIdeState.ts index 5f6cc21..d4f5200 100644 --- a/app/web/src/helpers/hooks/useIdeState.ts +++ b/app/web/src/helpers/hooks/useIdeState.ts @@ -50,7 +50,7 @@ const { intersect, subtract } = booleans const { colorize } = colors const { cube, cuboid, line, sphere, star } = primitives -const main = ({length=1}) => { +const main = ({length=340}) => { const logo = [ colorize([1.0, 0.4, 1.0], subtract( cube({ size: 300 }),