From 12828fa497e53d0049843d9ce51db318861dc376 Mon Sep 17 00:00:00 2001 From: Prince Mendiratta Date: Fri, 21 Oct 2022 22:47:03 +0530 Subject: [PATCH] feat(client): replace preview icon with a clearer one (#48169) --- client/src/templates/Challenges/classic/action-row.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} - +