fix(shadcn-launcher): point preview iframe to radix/preview-02
This commit is contained in:
@@ -268,6 +268,6 @@ export const PACKAGE_MANAGER_OPTIONS = [
|
|||||||
// ── URL builders ────────────────────────────────────────────────────
|
// ── URL builders ────────────────────────────────────────────────────
|
||||||
|
|
||||||
/** Build the preview iframe URL using a preset code. */
|
/** Build the preview iframe URL using a preset code. */
|
||||||
export function buildPreviewUrl(base: string, presetCode: string): string {
|
export function buildPreviewUrl(_base: string, presetCode: string): string {
|
||||||
return `https://ui.shadcn.com/preview/${base}/preview?preset=${presetCode}`
|
return `https://ui.shadcn.com/preview/radix/preview-02?preset=${presetCode}`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user