Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 26, 2024
1 parent 4645a0a commit ee599d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/examples/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Refer to the preview above.

Try it out with our server-side PDF export:

<ComponentPreviewPro name="export-demo" />
<ComponentPreviewPro name="export-pro" />
1 change: 1 addition & 0 deletions apps/www/src/components/component-preview-pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function ComponentPreviewPro({
highlightedFiles={[]}
item={
{
descriptionSrc: siteConfig.links.plateProExample(id),
name: id,
src: `${siteConfig.links.plateProIframe}/${id}`,
} as any
Expand Down

0 comments on commit ee599d1

Please sign in to comment.