From 25908ecfc6de64efe9053c70cf1db1258d7fb183 Mon Sep 17 00:00:00 2001 From: wass08 Date: Wed, 4 Mar 2026 15:20:43 +0100 Subject: [PATCH] square shape --- apps/editor/components/ui/panels/presets/presets-popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/editor/components/ui/panels/presets/presets-popover.tsx b/apps/editor/components/ui/panels/presets/presets-popover.tsx index e8970c99..c2217b43 100644 --- a/apps/editor/components/ui/panels/presets/presets-popover.tsx +++ b/apps/editor/components/ui/panels/presets/presets-popover.tsx @@ -390,7 +390,7 @@ function PresetRow({ return (
  • {/* Thumbnail */} -
    +
    {preset.thumbnail_url ? ( // eslint-disable-next-line @next/next/no-img-element {preset.name}