diff --git a/components/Shell.tsx b/components/Shell.tsx index 063feaa8..1fe932e4 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -67,117 +67,121 @@ export default function Shell(props) { } return session ? ( -
- {/* Static sidebar for desktop */} -
-
- {/* Sidebar component, swap this element with another sidebar if you like */} -
-
- - - - - - +
+
+ +
-
-
- {/* show top navigation for md and smaller (tablet and phones) */} - - -
-
-
-
-

{props.heading}

-

{props.subtitle}

-
-
{props.CTA}
-
-
{props.children}
- - {/* show bottom navigation for md and smaller (tablet and phones) */} - +
+
+
+

{props.heading}

+

{props.subtitle}

+
+
{props.CTA}
+
+
{props.children}
- {/* add padding to content for mobile navigation*/} -
-
-
+ {/* show bottom navigation for md and smaller (tablet and phones) */} + + + {/* add padding to content for mobile navigation*/} +
+
+ +
- + ) : null; }