diff --git a/client/src/templates/Challenges/classic/action-row.tsx b/client/src/templates/Challenges/classic/action-row.tsx
index da0175141f8..33f93301149 100644
--- a/client/src/templates/Challenges/classic/action-row.tsx
+++ b/client/src/templates/Challenges/classic/action-row.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { faExternalLinkAlt } from '@fortawesome/free-solid-svg-icons';
+import { faWindowRestore } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { useTranslation } from 'react-i18next';
import EditorTabs from './editor-tabs';
@@ -88,7 +88,7 @@ const ActionRow = ({
onClick={() => togglePane('showPreviewPortal')}
>
{getPreviewBtnsSrText().portal}
-
+