From b61387a5d4e00a1b9001b739f2efb50041b7e1c8 Mon Sep 17 00:00:00 2001 From: Balint Gabor <127662+gbalint@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:02:23 +0200 Subject: [PATCH] Container should have section icon too --- utopia/layout.utopia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utopia/layout.utopia.js b/utopia/layout.utopia.js index 1a0177b..e104dd6 100644 --- a/utopia/layout.utopia.js +++ b/utopia/layout.utopia.js @@ -412,7 +412,7 @@ const annotations = { ], }, variants: ContainerVariants, - icon: 'dashedframe', + icon: 'section', }, HalfAndHalf: { component: HalfAndHalf,