From 56d810e827821c7b6644deaec970de71959fadbc Mon Sep 17 00:00:00 2001 From: Oleksandr Zhukov Date: Tue, 19 Nov 2024 15:34:44 +0200 Subject: [PATCH] fixed position --- src/app/components/LeftContentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}