diff --git a/frontend/src/views/DashboardPage/components/EnvComparisonRow/FolderComparisonRow.tsx b/frontend/src/views/DashboardPage/components/EnvComparisonRow/FolderComparisonRow.tsx
index a8870afc9..188106a96 100644
--- a/frontend/src/views/DashboardPage/components/EnvComparisonRow/FolderComparisonRow.tsx
+++ b/frontend/src/views/DashboardPage/components/EnvComparisonRow/FolderComparisonRow.tsx
@@ -1,4 +1,4 @@
-import { faCheck, faFolder, faX } from '@fortawesome/free-solid-svg-icons';
+import { faCheck, faFolder, faXmark } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
type Props = {
@@ -35,7 +35,7 @@ export const FolderComparisonRow = ({
}`}
key={`${folderName}-${slug}`}
>
-
+
))}