magicui icon indicating copy to clipboard operation
magicui copied to clipboard

Incorrect path for `Animated Shiny Text` import

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

Describe the documentation change

When using the Animated Shiny Text component, the current documentation suggests the following steps:

Current documentation

  1. Go to https://magicui.design/docs/components/animated-shiny-text
  2. Scroll to "Preview"
  3. Click "Code"
  4. There is an incorrect import path for the AnimatedShinyText component.

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

Image

1chooo avatar Feb 11 '25 05:02 1chooo