Skip to content

Commit ee599d1

Browse files
committed
fix
1 parent 4645a0a commit ee599d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/www/content/docs/examples/export.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Refer to the preview above.
4444

4545
Try it out with our server-side PDF export:
4646

47-
<ComponentPreviewPro name="export-demo" />
47+
<ComponentPreviewPro name="export-pro" />

apps/www/src/components/component-preview-pro.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function ComponentPreviewPro({
3939
highlightedFiles={[]}
4040
item={
4141
{
42+
descriptionSrc: siteConfig.links.plateProExample(id),
4243
name: id,
4344
src: `${siteConfig.links.plateProIframe}/${id}`,
4445
} as any

0 commit comments

Comments
 (0)