diff --git a/website/src/components/quickstart.js b/website/src/components/quickstart.js index 6a335d4a0..64f828c2f 100644 --- a/website/src/components/quickstart.js +++ b/website/src/components/quickstart.js @@ -27,6 +27,7 @@ const Quickstart = ({ hidePrompts, small, codeLang, + Container = Section, children, }) => { const contentRef = useRef() @@ -83,7 +84,7 @@ const Quickstart = ({ }, [data, initialized]) return !data.length ? null : ( -
+
{title && (

@@ -249,7 +250,7 @@ const Quickstart = ({ {showCopy &&