Skip to content

Commit cecd592

Browse files
committed
fix file nameing issue
1 parent 02bac1c commit cecd592

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/components/nurui/news-letter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AnimatedInput from "./animated-Input";
1+
import AnimatedInput from "@/components/nurui/animated-input";
22
const NewsLetter = () => {
33
return (
44
<section className="sm:container">

src/content/docs/animated-list.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ description: "A stylish animated list component for modern UIs, built with acces
4747

4848
<Step>Copy and paste the following code into your project.</Step>
4949

50-
`components/nurui/animated-lists.tsx`
50+
`components/nurui/animated-list-items.tsx`
5151

52-
<CodeBlock componentName="animatedList" fileName="animated-lists" />
52+
<CodeBlock componentName="animatedList" fileName="animated-list-items" />
5353

5454
`components/nurui/notification.tsx`
5555

src/content/docs/canvas-cursor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: "A stylish following canvas cursor component for modern UIs, built
2626

2727
`components/nurui/canvas-cursor.tsx`
2828

29-
<canvasBlock componentName="canvasCursor" fileName="canvas-cursor" />
29+
<CodeBlock componentName="canvasCursor" fileName="canvas-cursor" />
3030

3131
<Step>Update the import paths to match your project setup.</Step>
3232

src/content/docs/research-hero.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export function useMousePosition() {
8686

8787
<Step>Copy and paste the following code into your project.</Step>
8888

89-
`components/nurui/sparkles-core.tsx`
89+
`components/nurui/sparkles.tsx`
9090

91-
<CodeBlock componentName="researchHero" fileName="sparkles-core" />
91+
<CodeBlock componentName="researchHero" fileName="sparkles" />
9292

9393
`components/nurui/research-hero.tsx`
9494

src/registry/components-registry.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Index: Record<string, ComponentEntry> = {
3939
]),
4040
followingEye: createEntry("following-eye", ["following-eye"]),
4141
animatedList: createEntry("animated-list", [
42-
"animated-lists",
42+
"animated-list-items",
4343
"notification",
4444
]),
4545
progressBar: createEntry("progress-bar", ["progress-bar"]),
@@ -89,7 +89,7 @@ export const Index: Record<string, ComponentEntry> = {
8989
wavesHero: createEntry("waves-hero", ["waves-hero", "button"]),
9090
digitalHero: createEntry("digital-hero", ["digital-hero"]),
9191
researchHero: createEntry("research-hero", [
92-
"sparkles-core",
92+
"sparkles",
9393
"research-hero",
9494
"floating-paper",
9595
"robo-animation",

0 commit comments

Comments
 (0)