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}
-
-
{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' && (
-
- )}
-
-
- )}
-
-
*/}
>
)}