diff --git a/src/components/shared/SectionLayout.tsx b/src/components/shared/SectionLayout.tsx index ec827ae..1098f80 100644 --- a/src/components/shared/SectionLayout.tsx +++ b/src/components/shared/SectionLayout.tsx @@ -37,7 +37,7 @@ const SectionLayout: React.FC = ({ {/* Left Column - Main Content */}
{mainContent}
{/* Right Column - Navigation & Quick Links */} -
{sidebar}
+
{sidebar}
) : (
{mainContent}