From 58f880ae3384ff273e99957ab6a2ee6e8f9f51fa Mon Sep 17 00:00:00 2001 From: Arthur Emmanuel <86601468+ArthurEmma2@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:40:56 +0000 Subject: [PATCH] Update TileCard.tsx --- web/src/components/TileCard/TileCard.tsx | 49 ------------------------ 1 file changed, 49 deletions(-) diff --git a/web/src/components/TileCard/TileCard.tsx b/web/src/components/TileCard/TileCard.tsx index 278a6cc..2e6d376 100644 --- a/web/src/components/TileCard/TileCard.tsx +++ b/web/src/components/TileCard/TileCard.tsx @@ -213,55 +213,6 @@ function TileCard(props: Props) { - - {/*
-
-
- {title} -

{title}

-
-

{description}

- {activeStep.currentCard === steps.length - ? null - : !progressVisible && ( - - {activeStep.currentCard === 0 && buttonText === 'Import SDL' && ( - - )} - - {activeStep.currentCard === 0 && buttonText === 'Choose a Template' && ( - - )} - - {activeStep.currentCard === 0 && buttonText === 'Coming Soon' && ( - - )} - - - )} -
-
*/} )}