Skip to content

Commit ef3c335

Browse files
committed
Fix typo
1 parent aff3d26 commit ef3c335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Preview = async ({ path, className }: ComponentPreviewProps) => {
2929

3030
const parsedCode = code
3131
.replace(/@repo\/shadcn-ui\//g, "@/")
32-
.replace(/@repo\//g, "@/components/ai-elements/");
32+
.replace(/@repo\/elements\//g, "@/components/ai-elements/");
3333

3434
const sourceComponentNames =
3535
parsedCode

0 commit comments

Comments
 (0)