diff --git a/apps/client/src/widgets/type_widgets/options/appearance.tsx b/apps/client/src/widgets/type_widgets/options/appearance.tsx index f92da1f4a2..9a3399226b 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.tsx +++ b/apps/client/src/widgets/type_widgets/options/appearance.tsx @@ -119,7 +119,7 @@ function LayoutOptions() { return ( - + { @@ -132,7 +132,7 @@ function LayoutOptions() { ]} /> - + - }, - { key: "horizontal", text: t("theme.layout-horizontal-title"), illustration: } - ]} - /> - - ); -} - function OrientationIllustration({ orientation }: { orientation: "vertical" | "horizontal" }) { const isHorizontal = orientation === "horizontal";