Skip to content

Commit

Permalink
[docs] Fix incorrect PinInput source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Mar 28, 2023
1 parent 8ff07b7 commit 6ab682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/PinInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: 'inputs'
description: 'Capture pin code or one time password from the user'
props: ['PinInput']
import: "import { PinInput } from '@mantine/core';"
source: 'mantine-core/src/components/PinInput/PinInput.tsx'
source: 'mantine-core/src/PinInput/PinInput.tsx'
docs: 'core/PinInput.mdx'
styles: ['PinInput']
---
Expand Down

0 comments on commit 6ab682b

Please sign in to comment.