Update demo-code-modal.tsx (#2088)

This commit is contained in:
Pranshu Gupta 2023-12-04 18:18:42 +05:30 committed by GitHub
parent 1c77b33e82
commit f3d0d6dded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export const DemoCodeModal: FC<DemoCodeModalProps> = ({isOpen, code, title, subt
<>
This is an example of how to use the {lowerTitle} component, for more information
please visit the&nbsp;
<NextUILink as={Link} href={`/docs/${lowerTitle}`}>
<NextUILink as={Link} href={`/docs/components/${lowerTitle}`}>
{lowerTitle}
</NextUILink>
&nbsp;docs.