diff --git a/website/app/components/Section.tsx b/website/app/components/Section.tsx index e22677a8..c273e03f 100644 --- a/website/app/components/Section.tsx +++ b/website/app/components/Section.tsx @@ -13,7 +13,7 @@ type SectionProps = Props & { export function Section({ backgroundGrid, className, children }: SectionProps) { return ( -
+
{backgroundGrid ? : null} {children}