Skip to content

Commit 9142fc1

Browse files
committed
issue fixed
1 parent b8603bc commit 9142fc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/play-button.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Play Button"
33
description: "A stylish play button component with indigo glow and animation effects."
44
---
55

6-
<ComponentPreview componentName="PlayButton" />
6+
<ComponentPreview componentName="playButton" />
77

88
## Installation
99

@@ -31,7 +31,7 @@ description: "A stylish play button component with indigo glow and animation eff
3131
/>
3232
<Step>Copy and paste the following code into your project.</Step>
3333
`components/nurui/play-button.tsx`
34-
<CodeBlock componentName="PlayButton" fileName="play-button" />
34+
<CodeBlock componentName="playButton" fileName="play-button" />
3535

3636
</Steps>
3737
</TabsContent>

src/content/docs/video-modal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ description: "A stylish video modal component for modern UIs, built with accessi
4949

5050
`components/nurui/video-modal.tsx`
5151

52-
<CodeBlock componentName="videoModal" fileName="videoModal" />
52+
<CodeBlock componentName="videoModal" fileName="video-modal" />
5353

5454
<Step>Update the import paths to match your project setup.</Step>
5555

0 commit comments

Comments
 (0)