docs: fix typo PIN Input was misspelled as Pin Input (#542)

This commit is contained in:
Alan Ye 2024-05-10 00:35:39 +08:00 committed by GitHub
parent 60e12b962f
commit 0721d1c864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,7 @@ export const docsConfig: DocsConfig = {
href: '/docs/components/pagination', href: '/docs/components/pagination',
}, },
{ {
title: 'Pin Input', title: 'PIN Input',
href: '/docs/components/pin-input', href: '/docs/components/pin-input',
items: [], items: [],
}, },