Browse Source

fix: use owl image as style-transfer primary thumbnail

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 6 months ago
parent
commit
f50aeb809f
  1. BIN
      public/template-thumbnails/primary/style-transfer.jpg
  2. BIN
      public/template-thumbnails/primary/style-transfer.png
  3. 2
      src/components/quickstart/TemplateExplorerView.tsx

BIN
public/template-thumbnails/primary/style-transfer.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/template-thumbnails/primary/style-transfer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

2
src/components/quickstart/TemplateExplorerView.tsx

@ -75,7 +75,7 @@ export function TemplateExplorerView({
"model-product": "/template-thumbnails/primary/model-product.jpg",
"color-variations": "/template-thumbnails/primary/color-variations.jpg",
"background-swap": "/template-thumbnails/primary/background-swap.jpg",
"style-transfer": "/template-thumbnails/primary/style-transfer.png",
"style-transfer": "/template-thumbnails/primary/style-transfer.jpg",
"scene-composite": "/template-thumbnails/primary/scene-composite.jpg",
};

Loading…
Cancel
Save