magicui
magicui copied to clipboard
Incorrect path for Text Animate import
Describe the documentation change When using the Text Animate component, the current documentation suggests the following steps:
Current documentation
- Go to https://magicui.design/docs/components/text-animate
- Scroll to "Examples"
- Visit each of "Examples"
- Click "Code"
- There is an incorrect import path for the
TextAnimatecomponent.
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