Conversation
…oup across 1 directory (#412) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#413) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#415) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#417) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying animata with
|
| Latest commit: |
dbb676a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://01ed67b5.animata.pages.dev |
| Branch Preview URL: | https://main.animata.pages.dev |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| export default function CircularText({ | ||
| text, | ||
| spinDuration = 30, | ||
| radius = 5, |
There was a problem hiding this comment.
Default radius value too small for visible circle
High Severity
The default radius = 5 is far too small for the 200x200px container. With translateY(-5px), all characters will be positioned only 5 pixels from the center, causing them to overlap and the circular text effect to be essentially invisible. For a 200px container, the radius should be closer to 80-100px to properly display text in a circle.


Note
Low Risk
Primarily additive UI/docs work plus dependency bumps; main risk is potential build/runtime differences from the
next/storybook/wranglerupgrades.Overview
Adds a new
CircularTextcomponent that arranges characters around a circle and continuously rotates viaframer-motion, with configurablespinDuration,radius, andclassName.Introduces a Storybook story and MDX documentation page for the component, and updates
package.jsonto bumpnext,storybook, andwranglerversions.Written by Cursor Bugbot for commit dbb676a. This will update automatically on new commits. Configure here.