aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/heroAnimation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/components/heroAnimation.tsx')
-rw-r--r--packages/website/ts/@next/components/heroAnimation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/heroAnimation.tsx b/packages/website/ts/@next/components/heroAnimation.tsx
index 4a21afe4e..09440e21f 100644
--- a/packages/website/ts/@next/components/heroAnimation.tsx
+++ b/packages/website/ts/@next/components/heroAnimation.tsx
@@ -85,6 +85,6 @@ const Rectangle = styled.path`
`;
const Logo = styled.path`
- animation: ${spin} 4s -2.65s infinite;
+ animation: ${spin} 4s -2.8s infinite;
transform-origin: 202px 202.7px;
`;