diff --git a/src/app/components/LeftContentSection.tsx b/src/app/components/LeftContentSection.tsx index bb1cb6b..8965e31 100644 --- a/src/app/components/LeftContentSection.tsx +++ b/src/app/components/LeftContentSection.tsx @@ -9,7 +9,7 @@ interface RightContentSectionProps { const LeftContentSection: React.FC = ({ children, roundedContainerChildren, roundedContainerClassName }) => { return ( -
+
{children} {roundedContainerChildren}