magicui
magicui copied to clipboard
Incorrect path for `Animated Shiny Text` import
Describe the documentation change
When using the Animated Shiny Text component, the current documentation suggests the following steps:
Current documentation
- Go to https://magicui.design/docs/components/animated-shiny-text
- Scroll to "Preview"
- Click "Code"
- There is an incorrect import path for the
AnimatedShinyTextcomponent.
Proposed change
The correct import path should be:
- import { AnimatedShinyText } from "@/registry/magicui/animated-shiny-text";
+ import { AnimatedShinyText } from "@/components/magicui/animated-shiny-text";
This change updates the path to the correct location for the AnimatedShinyText component.
Additional context