diff --git a/apps/client/src/pages/builder/sidebars/left/index.tsx b/apps/client/src/pages/builder/sidebars/left/index.tsx index bdfe5b3b..f4d03474 100644 --- a/apps/client/src/pages/builder/sidebars/left/index.tsx +++ b/apps/client/src/pages/builder/sidebars/left/index.tsx @@ -161,7 +161,7 @@ export const LeftSidebar = () => { -
+
diff --git a/apps/client/src/pages/builder/sidebars/left/sections/basics.tsx b/apps/client/src/pages/builder/sidebars/left/sections/basics.tsx index 20a2e099..fc45f8e5 100644 --- a/apps/client/src/pages/builder/sidebars/left/sections/basics.tsx +++ b/apps/client/src/pages/builder/sidebars/left/sections/basics.tsx @@ -18,7 +18,7 @@ export const BasicsSection = () => {
{getSectionIcon("basics")} -

{t`Basics`}

+

{t`Basics`}

@@ -27,7 +27,7 @@ export const BasicsSection = () => {
-
+
({ id, title, description }: P
{getSectionIcon(id)} -

{section.name}

+

{section.name}

@@ -161,7 +161,11 @@ export const SectionBase = ({ id, title, description }: P {section.items.length > 0 && (