From c625a03931263514e1ac01c492f307c3ecce23bd Mon Sep 17 00:00:00 2001 From: JATIN Date: Wed, 5 Mar 2025 22:25:35 +0530 Subject: [PATCH] src button a file icon for a seemless experience. This is a beginner-friendly issue and a great starting point for new contributors! @raclim it will be great to label these as 'Good FIrst Issue' Or 'Beginner friendly Issue' --- client/modules/IDE/components/Editor/index.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/modules/IDE/components/Editor/index.jsx b/client/modules/IDE/components/Editor/index.jsx index 404741591a..82bfedce3c 100644 --- a/client/modules/IDE/components/Editor/index.jsx +++ b/client/modules/IDE/components/Editor/index.jsx @@ -52,8 +52,6 @@ import * as hinter from '../../../../utils/p5-hinter'; import '../../../../utils/codemirror-search'; import beepUrl from '../../../../sounds/audioAlert.mp3'; -import RightArrowIcon from '../../../../images/right-arrow.svg'; -import LeftArrowIcon from '../../../../images/left-arrow.svg'; import { getHTMLFile } from '../../reducers/files'; import { selectActiveFile } from '../../selectors/files'; @@ -543,14 +541,20 @@ class Editor extends React.Component { this.props.closeProjectOptions(); }} > -