mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Update demo-code-modal.tsx (#2088)
This commit is contained in:
parent
1c77b33e82
commit
f3d0d6dded
@ -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
|
||||
<NextUILink as={Link} href={`/docs/${lowerTitle}`}>
|
||||
<NextUILink as={Link} href={`/docs/components/${lowerTitle}`}>
|
||||
{lowerTitle}
|
||||
</NextUILink>
|
||||
docs.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user