From ebb6e5ffec3cd42ea807a5307c459a28ff2f9337 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 16 Nov 2023 19:14:41 -0300 Subject: [PATCH] Update CommunityPage with CollectionCardComponent --- src/frontend/src/pages/CommunityPage/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/pages/CommunityPage/index.tsx b/src/frontend/src/pages/CommunityPage/index.tsx index d005375fc..c49675ded 100644 --- a/src/frontend/src/pages/CommunityPage/index.tsx +++ b/src/frontend/src/pages/CommunityPage/index.tsx @@ -4,7 +4,7 @@ import { alertContext } from "../../contexts/alertContext"; import { FlowsContext } from "../../contexts/flowsContext"; import { useNavigate } from "react-router-dom"; -import { CardComponent } from "../../components/cardComponent"; +import CollectionCardComponent from "../../components/cardComponent"; import IconComponent from "../../components/genericIconComponent"; import Header from "../../components/headerComponent"; import { SkeletonCardComponent } from "../../components/skeletonCardComponent"; @@ -84,11 +84,9 @@ export default function CommunityPage(): JSX.Element { ) : ( examples.map((flow, idx) => ( -