diff --git a/src/components/AtmosWorkflow/index.tsx b/src/components/AtmosWorkflow/index.tsx
index 2e52486c8..b31c318cd 100644
--- a/src/components/AtmosWorkflow/index.tsx
+++ b/src/components/AtmosWorkflow/index.tsx
@@ -1,4 +1,4 @@
-// AtmosWorkflow.tsx
+// index.tsx
import React, { useEffect, useState } from 'react';
import CodeBlock from '@theme/CodeBlock';
@@ -39,9 +39,9 @@ export default function AtmosWorkflow({ workflow, stack = '', fileName }: AtmosW
{fullFilePath}
file:
{workflowData?.description && (
-
+
{step.content}
++ {step.content} +
) : (