diff --git a/src/frontend/src/components/exampleComponent/index.tsx b/src/frontend/src/components/exampleComponent/index.tsx index fdaa36766..fb6d570aa 100644 --- a/src/frontend/src/components/exampleComponent/index.tsx +++ b/src/frontend/src/components/exampleComponent/index.tsx @@ -53,7 +53,9 @@ export default function CollectionCardComponent({ - {flow.description} + + {flow.description} + @@ -61,25 +63,25 @@ export default function CollectionCardComponent({ - { - updateIds(flow.data!) - addFlow(true, flow).then((id) => { + { + updateIds(flow.data!) + addFlow(true, flow).then((id) => { - navigate("/flow/" + id); - }); - }} - tabIndex={-1} - variant="outline" - size="sm" - className="whitespace-nowrap " - > - - Select Flow - + navigate("/flow/" + id); + }); + }} + tabIndex={-1} + variant="outline" + size="sm" + className="whitespace-nowrap " + > + + Select Flow + diff --git a/src/frontend/src/pages/MainPage/index.tsx b/src/frontend/src/pages/MainPage/index.tsx index 9b35681eb..2574f03af 100644 --- a/src/frontend/src/pages/MainPage/index.tsx +++ b/src/frontend/src/pages/MainPage/index.tsx @@ -128,7 +128,7 @@ export default function HomePage(): JSX.Element { /> - + {examples.map((example, idx) => { return( )