From 99d61a85c0e868197f1929c09d473d5557762e08 Mon Sep 17 00:00:00 2001 From: Akshar Patel Date: Thu, 13 Aug 2026 00:33:42 -0400 Subject: [PATCH] fix(catalog): restore the caption texture preview --- docs/public/catalog/components/caption-texture.json | 2 +- registry/components/caption-texture/demo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/catalog/components/caption-texture.json b/docs/public/catalog/components/caption-texture.json index 0ea90d3194..c68103dfce 100644 --- a/docs/public/catalog/components/caption-texture.json +++ b/docs/public/catalog/components/caption-texture.json @@ -1 +1 @@ -{"html":"\n\n \n \n \n Texture\n \n \n \n \n \n \n \n \n
\n
\n \n\n \n \n\n"} \ No newline at end of file +{"html":"\n\n \n \n \n Texture\n \n \n \n \n \n \n \n \n
\n
\n \n\n \n \n\n"} \ No newline at end of file diff --git a/registry/components/caption-texture/demo.html b/registry/components/caption-texture/demo.html index 60e73207ae..1ab6847445 100644 --- a/registry/components/caption-texture/demo.html +++ b/registry/components/caption-texture/demo.html @@ -109,7 +109,7 @@ ? window.__hyperframes.getVariables() : {}; var TEXTURE = vars.texture || "lava"; - var TEXTURE_URL = "compositions/components/" + TEXTURE + ".png"; + var TEXTURE_URL = TEXTURE + ".png"; var _fitCanvas = document.createElement("canvas"); var _fitCtx = _fitCanvas.getContext("2d");