style(website): getting started section

This commit is contained in:
moklick
2020-10-14 18:09:39 +02:00
parent 0afcf6f776
commit a08f89fa14
2 changed files with 45 additions and 36 deletions
+2
View File
@@ -4,6 +4,7 @@ import ReactFlow, {
Background,
Controls,
addEdge,
MiniMap,
} from 'react-flow-renderer';
import TeaserFlow from 'components/TeaserFlow';
@@ -187,6 +188,7 @@ export default () => {
>
<Background variant="lines" gap={20} />
<Controls showInteractive={false} />
<MiniMap />
</ReactFlow>
</ReactFlowProvider>
</TeaserFlow>