magicui icon indicating copy to clipboard operation
magicui copied to clipboard

Incorrect path for Text Animate import

Open 1chooo opened this issue 10 months ago • 0 comments

Describe the documentation change When using the Text Animate component, the current documentation suggests the following steps:

Current documentation

  1. Go to https://magicui.design/docs/components/text-animate
  2. Scroll to "Examples"
  3. Visit each of "Examples"
  4. Click "Code"
  5. There is an incorrect import path for the TextAnimate component.

Proposed change

The correct import path should be:

- import { TextAnimate } from "@/registry/magicui/text-animate";
+ import { TextAnimate } from "@/components/magicui/text-animate";

This change updates the path to the correct location for the TextAnimate component.

Additional context

Image

1chooo avatar Mar 08 '25 03:03 1chooo